diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/alacritty.yml b/alacritty.yml index a0225f56..49a33737 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -30,8 +30,10 @@ 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 borders and title bar. + # - `none`: Window without borders or title bar. + decorations: full scrolling: # How many lines of scrollback to keep, |