kitty: Update config

This commit is contained in:
Donovan Glover 2023-05-02 21:57:27 -04:00
parent 84b3bc37ee
commit a2dd9cedc8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,7 +15,7 @@ shell fish
cursor_blink_interval 0 cursor_blink_interval 0
# Set the font family # Set the font family
font_family Hack font_family Maple Mono
# Don't show title bar (necessary for Wayland) # Don't show title bar (necessary for Wayland)
hide_window_decorations yes hide_window_decorations yes
@ -32,13 +32,11 @@ copy_on_select clipboard
# Set the wayland title bar to the same color as the terminal window # Set the wayland title bar to the same color as the terminal window
wayland_titlebar_color background wayland_titlebar_color background
# Use the grid layout by default to maximize screen usage (similar to bspwm) # Use the master-stack layout
# The other layouts are in this order to make it easy to differentiate them enabled_layouts stack
# The stack layout is used to view specific windows in fullscreen
enabled_layouts grid, fat, tall, vertical, stack
# Set the default background opacity # Set the default background opacity
background_opacity 0.85 background_opacity 0.95
# Enable changing the background with "kitty @ set-background-opacity <value>" # Enable changing the background with "kitty @ set-background-opacity <value>"
dynamic_background_opacity yes dynamic_background_opacity yes
@ -55,10 +53,9 @@ enable_audio_bell no
# Use a consistent window size for floating windows # Use a consistent window size for floating windows
# remember_window_size no # remember_window_size no
# Open new kitty tabs in the current working directory # Only use tabs and keep the current directory
action_alias launch_tab launch --type=tab --cwd=current action_alias launch_tab launch --type=tab --cwd=current
map ctrl+shift+enter launch --cwd=current map ctrl+shift+enter launch_tab
map ctrl+shift+t launch_tab
# Use a slightly large window size by default # Use a slightly large window size by default
initial_window_width 144c initial_window_width 144c