diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index 7834cc78..9c911e26 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -28,8 +28,14 @@ window: y: 2 # Window decorations - # Setting this to false will result in window without borders and title bar. - decorations: true + # Available values: + # - `full`: Window with title bar and title bar buttons + # - `none`: Window without title bar, rounded corners, or drop shadow + # - `transparent`: Window with title bar with transparent background and title + # bar buttons + # - `buttonless`: Window with title bar with transparent background and no + # title bar buttons + decorations: full scrolling: # How many lines of scrollback to keep, |