From 2ede659134936fe294f454a6b2247e1918af6f51 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Mon, 19 Nov 2018 16:23:47 -0500 Subject: Add option for launching Alacritty maximized --- alacritty_macos.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alacritty_macos.yml') diff --git a/alacritty_macos.yml b/alacritty_macos.yml index db6fa8ca..9aa08f44 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -50,6 +50,9 @@ window: # - transparent: Title bar, transparent background, but no title bar buttons decorations: full + # When true, alacritty starts maximized. + start_maximized: false + scrolling: # Maximum number of lines in the scrollback buffer. # Specifying '0' will disable scrolling. -- cgit v1.2.3-54-g00ecf