kitty: Use practical layout hierarchy

This makes it easy to switch layouts in kitty and usually get what we
want rather quickly, without having to worry about the current layout
being used.
This commit is contained in:
Donovan Glover 2022-04-12 10:29:59 -04:00
parent dc3c752337
commit 671ce294c9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,8 +29,10 @@ copy_on_select clipboard
# Set the wayland title bar to the same color as the terminal window
wayland_titlebar_color background
# Use grid layout to maximize screen usage (also similar to bspwm)
enabled_layouts grid
# Use the grid layout by default to maximize screen usage (similar to bspwm)
# The other layouts are in this order to make it easy to differentiate them
# The stack layout is used to view specific windows in fullscreen
enabled_layouts grid, fat, tall, vertical, stack
# Add a background image
# background_image /usr/share/backgrounds/archlinux/simple.png