init
This commit is contained in:
25
kitty/kitty.conf
Normal file
25
kitty/kitty.conf
Normal file
@@ -0,0 +1,25 @@
|
||||
# Kitty Configuration
|
||||
# Include pywal colors
|
||||
include ~/.cache/wal/colors-kitty.conf
|
||||
|
||||
# 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.95
|
||||
Reference in New Issue
Block a user