From 11073b5d1432570facf18a38fc9b07e19a2c76ce Mon Sep 17 00:00:00 2001 From: ktyl Date: Sun, 31 Oct 2021 18:21:30 +0000 Subject: [PATCH] decrease transparent window opacity --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 9fb4e7a..19b053d 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -11,7 +11,7 @@ inactive-opacity-override = false; # inactive-dim-fixed = true; opacity-rule = [ "100:class_g = 'kitty' && focused", - "90:class_g = 'kitty' && !focused" + "83:class_g = 'kitty' && !focused" ]; # blur