config/kitty/dot-config/kitty/kitty.conf
2025-09-19 13:06:42 +10:00

34 lines
735 B
Text

# Theme
include Tokyo Night.conf
background_opacity 0.9
# Fonts
# font_family family="B612 Mono Liga"
font_size 12.0
# Bell
enable_audio_bell no
window_alert_on_bell yes
# Window
enabled_layouts tall:bias=50;full_size=1;mirrored=false
draw_minimal_borders no
wayland_titlebar_color background
# Keymaps
map alt+shift+enter launch --cwd=current
map alt+q close_window
map alt+n layout_action bias 50 62 70
map alt+h neighboring_window left
map alt+j neighboring_window down
map alt+k neighboring_window up
map alt+l neighboring_window right
# BEGIN_KITTY_FONTS
font_family family='CommitMono Nerd Font' postscript_name=CommitMonoNF-Regular
bold_font auto
italic_font auto
bold_italic_font auto
# END_KITTY_FONTS