diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:16:08 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-01-20 10:24:15 -0400 |
commit | 83292101385ba0c1bc6da93e0673028705ed322b (patch) | |
tree | 91e2136875aae0a4beb59c37b6dfc8dad7a7f914 | |
parent | d0487877d453d31a63709f84678566a7f27f7db7 (diff) |
kitty: window background effects (disabled)
-rw-r--r-- | kitty.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kitty.conf b/kitty.conf index d753e42..bd87a1e 100644 --- a/kitty.conf +++ b/kitty.conf @@ -4,6 +4,10 @@ remember_window_size no initial_window_width 800 initial_window_height 480 +# disabled for now, see kovidgoyal/kitty#8016 +# background_opacity 0.90 +# background_blur 45 + # not supported on wayland, boo hoo resize_in_steps yes |