diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 448b635..d96eb71 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,19 +1,10 @@ -include ../../.cache/wal/colors-kitty.conf +# Default colorshell's kitty configuration, +# please use the user.conf available in this +# same directory. -# Style -font_family 0xProto Nerd Font -font_size 10.8 -font_weight 340 -cursor_trail 6 -window_padding_width 5 - -# Rendering -text_gamma_adjustment 1.7 -text_contrast 30 - -# General -confirm_os_window_close 0 +include $XDG_CACHE_HOME/wal/colors-kitty.conf +include ./user.conf # Dinamically update colorscheme with pywal16 allow_remote_control yes -listen_on unix:@mykitty +listen_on unix:@kitty diff --git a/kitty/user.conf b/kitty/user.conf new file mode 100644 index 0000000..060ca57 --- /dev/null +++ b/kitty/user.conf @@ -0,0 +1,2 @@ +# User configuration +# Add your settings for kitty here