28 lines
588 B
Plaintext
28 lines
588 B
Plaintext
# Kitty Configuration
|
|
# Include pywal colors
|
|
include ~/.cache/wal/colors-kitty.conf
|
|
|
|
allow_remote_control yes
|
|
|
|
# new tab in the same dir
|
|
map kitty_mod+t new_tab_with_cwd
|
|
# remove more text at once with ctrl+backspace
|
|
map ctrl+backspace send_text all \x17
|
|
# fixes mod+q not exiting the terminal instantly
|
|
confirm_os_window_close 0
|
|
|
|
# BEGIN_KITTY_THEME
|
|
# Noctalia
|
|
#include current-theme.conf
|
|
# END_KITTY_THEME
|
|
|
|
|
|
# BEGIN_KITTY_FONTS
|
|
font_family family="FiraCode Nerd Font"
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
# END_KITTY_FONTS
|
|
|
|
background_opacity 0.65
|