mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
dc3c752337
commit
671ce294c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user