From 638a430102a72b68049f5703f8f801d5823e61fb Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 15 May 2025 16:12:15 -0300 Subject: [PATCH] :sparkles: kitty: separate shell and user configs --- kitty/kitty.conf | 21 ++++++--------------- kitty/user.conf | 2 ++ 2 files changed, 8 insertions(+), 15 deletions(-) create mode 100644 kitty/user.conf 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