diff options
Diffstat (limited to 'picom')
-rw-r--r-- | picom/.config/picom.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 9b4579a..a27d4a8 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
@@ -7,9 +7,10 @@ shadow-exclude = [ | |||
7 | "name = 'Notification'", | 7 | "name = 'Notification'", |
8 | "class_g ?= 'Notify-osd'", | 8 | "class_g ?= 'Notify-osd'", |
9 | "class_g ?= 'dmenu'", | 9 | "class_g ?= 'dmenu'", |
10 | "class_g ?= 'panel'", | ||
11 | "class_g ?= 'spectrwm'", | ||
10 | "name = 'polybar'", | 12 | "name = 'polybar'", |
11 | "name = 'Polybar tray window'", | 13 | "name = 'Polybar tray window'", |
12 | "class_g ?= 'dwm'", | ||
13 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", | 14 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", |
14 | "class_g = 'Firefox' && argb", | 15 | "class_g = 'Firefox' && argb", |
15 | "_GTK_FRAME_EXTENTS@:c" | 16 | "_GTK_FRAME_EXTENTS@:c" |
@@ -33,7 +34,7 @@ blur-background-exclude = [ | |||
33 | opacity-rule = [ | 34 | opacity-rule = [ |
34 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", | 35 | "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", |
35 | "100:class_g = 'URxvt' && focused", | 36 | "100:class_g = 'URxvt' && focused", |
36 | "95:class_g = 'URxvt' && !focused" | 37 | "90:class_g = 'URxvt' && !focused" |
37 | ]; | 38 | ]; |
38 | 39 | ||
39 | ## FADING | 40 | ## FADING |
@@ -74,4 +75,6 @@ corner-radius = 5; | |||
74 | rounded-corners-exclude = [ | 75 | rounded-corners-exclude = [ |
75 | "name = 'bar'", | 76 | "name = 'bar'", |
76 | "class_g ?= 'dmenu'", | 77 | "class_g ?= 'dmenu'", |
78 | "class_g ?= 'panel'", | ||
79 | "class_g ?= 'spectrwm'" | ||
77 | ]; | 80 | ]; |