From 671ce294c9116226eaf2a47454f154deae11e2ec Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 12 Apr 2022 10:29:59 -0400 Subject: [PATCH] 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. --- kitty/.config/kitty/kitty.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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