From 5315593f5804ca7d070dd012c69cac375069e72a Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 20 Sep 2020 10:24:58 +0200 Subject: update --- .config/picom.conf | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) (limited to '.config/picom.conf') diff --git a/.config/picom.conf b/.config/picom.conf index 77d80e7..1b790a0 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -1,9 +1,9 @@ backend = "glx"; -fading = false; -fade-delta = 10; -fade-in-step = 0.13; -fade-out-step = 0.1; +# fading = false; +# fade-delta = 10; +# fade-in-step = 0.13; +# fade-out-step = 0.1; shadow = true; shadow-radius = 48; shadow-opacity = 0.3; @@ -15,26 +15,21 @@ shadow-offset-x = -48; # detect-transient = true; # detect-client-leader = true; -blur-kern = "3x3box"; -blur-method = "kawase"; -blur-strength = 15; +# blur-kern = "3x3box"; +# blur-method = "kawase"; +# blur-strength = 15; -blur-background-exclude = [ - "class_g = 'Polybar'", - "class_g = 'Brave'", - "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c" -] +# blur-background-exclude = [ + # "class_g = 'Polybar'", + # "class_g = 'Brave'", + # "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c" +# ] shadow-exclude = [ "!I3_FLOATING_WINDOW@:c && _NET_WM_WINDOW_TYPE@:32a *= '_NET_WM_WINDOW_TYPE_NORMAL'", "class_g = 'firefox' && !I3_FLOATING_WINDOW@:c" ] -opacity-rule = [ - "92:class_g = 'Spotify'" # , - # "90:class_g = 'Zathura'" -] - wintypes: { dock = { shadow = false; @@ -54,7 +49,6 @@ wintypes: { menu = { fade = false; - opacity = 0.8; }; }; -- cgit v1.2.3