diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 93c5f16..cf33b14 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -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