😺 Use maximized window by default
- Replace kitty-max with kitty-min - kitty-min loads the standard config but in a normal window - the new default is to maximize the window
This commit is contained in:
@@ -30,5 +30,5 @@
|
||||
### Rootiest Customizations ###
|
||||
|
||||
include kitty-base.conf
|
||||
startup_session /home/rootiest/.config/kitty/sessions/rootiest-max.conf
|
||||
map f12 load_config_file /home/rootiest/.config/kitty/kitty-max.conf
|
||||
startup_session /home/rootiest/.config/kitty/sessions/rootiest-min.conf
|
||||
map f12 load_config_file /home/rootiest/.config/kitty/kitty-min.conf
|
||||
@@ -4,6 +4,3 @@ layout splits
|
||||
|
||||
launch --type=tab fish
|
||||
os_window_class mykitty
|
||||
|
||||
# Change the OS window state to normal, fullscreen, maximized or minimized
|
||||
os_window_state maximized
|
||||
@@ -5,3 +5,6 @@ layout splits
|
||||
launch --type=tab fish
|
||||
os_window_class mykitty
|
||||
|
||||
# Change the OS window state to normal, fullscreen, maximized or minimized
|
||||
os_window_state maximized
|
||||
|
||||
|
||||
Reference in New Issue
Block a user