kitty support (#796)

This commit is contained in:
end-4
2025-03-16 17:08:31 +01:00
parent cc3451619d
commit 5281009d38
+30
View File
@@ -0,0 +1,30 @@
# Font
font_family SpaceMono Nerd Font
font_size 11.0
# Cursor shape
cursor_shape beam
# Padding (why weird value? consistency with foot)
window_margin_width 21.75
# No stupid close confirmation
confirm_os_window_close 0
# Use fish shell
shell fish
# Copy for normies
map ctrl+c copy_or_interrupt
# Zoom
map ctrl+plus change_font_size all +1
map ctrl+equal change_font_size all +1
map ctrl+kp_add change_font_size all +1
map ctrl+minus change_font_size all -1
map ctrl+underscore change_font_size all -1
map ctrl+kp_subtract change_font_size all -1
map ctrl+0 change_font_size all 0
map ctrl+kp_0 change_font_size all 0