aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2019-02-04 00:17:57 +0000
committerGitHub <noreply@github.com>2019-02-04 00:17:57 +0000
commit97e801a73e8070cfdbe317831c7264bdc149f212 (patch)
tree139ef15b0719da3ec8960f53005d649b7f21069e
parent3f0d11381dd72f9ed3db040210293a2f7fa74ea3 (diff)
downloadalacritty-97e801a73e8070cfdbe317831c7264bdc149f212.tar.gz
alacritty-97e801a73e8070cfdbe317831c7264bdc149f212.zip
Fix macOS config decorations doc
-rw-r--r--CHANGELOG.md1
-rw-r--r--alacritty.yml4
2 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 731a60e4..9c37850a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Unicode characters at the beginning of URLs are now properly ignored
- Remove error message when reloading an empty config
- Allow disabling URL launching by setting the value of `mouse.url.launcher` to `None`
+- Corrected the `window.decorations` config documentation for macOS
## Version 0.2.7
diff --git a/alacritty.yml b/alacritty.yml
index 07120b7a..e5543e8e 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -39,8 +39,8 @@ window:
# - none: Neither borders nor title bar
#
# Values for `decorations` (macOS only):
- # - buttonless: Title bar, transparent background and title bar buttons
- # - transparent: Title bar, transparent background, but no title bar buttons
+ # - transparent: Title bar, transparent background and title bar buttons
+ # - buttonless: Title bar, transparent background, but no title bar buttons
decorations: full
# When true, alacritty starts maximized.