diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/kitty/kitt.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/kitty/kitt.conf b/.config/kitty/kitt.conf new file mode 100644 index 0000000..dcd5f71 --- /dev/null +++ b/.config/kitty/kitt.conf @@ -0,0 +1,18 @@ +cursor_trail 3 +cursor_trail_decay 0.1 0.4 + +confirm_os_window_close 0 + +allow_remote_control yes + +# Import pywal colors +include ~/.cache/wal/colors-kitty.conf + +# Force transparency +background_opacity 0.7 +background_blur 1 +dynamic_background_opacity yes + +# If you want Kitty to handle its own blur (on some platforms) +# but usually, we let Hyprland do this. +listen_on unix:/tmp/mykitty |
