diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-20 10:24:58 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-20 10:24:58 +0200 |
commit | 5315593f5804ca7d070dd012c69cac375069e72a (patch) | |
tree | a5da5bb7b2c2cfb6cca5cdc893a8cd10035a6311 /.config/picom.conf | |
parent | 7f7bd84a907f2be62760ca7827ec236b3be01d24 (diff) |
update
Diffstat (limited to '.config/picom.conf')
-rw-r--r-- | .config/picom.conf | 30 |
1 files changed, 12 insertions, 18 deletions
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; }; }; |