mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix macOS config decorations doc
This commit is contained in:
parent
3f0d11381d
commit
97e801a73e
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue