From 5c904d8a7ae9dbe9a3a614d509c31967cb36ba08 Mon Sep 17 00:00:00 2001 From: Frank Zechert Date: Sat, 15 Aug 2026 22:21:14 +0200 Subject: [PATCH] make kitty background transparent --- user/dot_config/kitty/kitty.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/dot_config/kitty/kitty.conf b/user/dot_config/kitty/kitty.conf index 311bb20..d21ac78 100644 --- a/user/dot_config/kitty/kitty.conf +++ b/user/dot_config/kitty/kitty.conf @@ -1177,7 +1177,7 @@ hide_window_decorations yes #: The foreground and background colors. -background_opacity 1.0 +background_opacity 0.7 #: The opacity of the background. A number between zero and one, where #: one is opaque and zero is fully transparent. This will only work if