diff options
Diffstat (limited to 'picom/.config')
-rwxr-xr-x | picom/.config/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 9225735..39afec2 100755 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
@@ -12,7 +12,7 @@ shadow-exclude = [ | |||
12 | "class_g ?= 'polybar'", | 12 | "class_g ?= 'polybar'", |
13 | "name = 'Polybar tray window'", | 13 | "name = 'Polybar tray window'", |
14 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", | 14 | "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", |
15 | "class_g = 'Firefox' && argb", | 15 | "class_g = 'firefox' && argb", |
16 | "_GTK_FRAME_EXTENTS@:c" | 16 | "_GTK_FRAME_EXTENTS@:c" |
17 | ]; | 17 | ]; |
18 | 18 | ||
@@ -30,7 +30,7 @@ blur-background-exclude = [ | |||
30 | "class_g ?= 'zoom'", | 30 | "class_g ?= 'zoom'", |
31 | "window_type = 'dock'", | 31 | "window_type = 'dock'", |
32 | "window_type = 'desktop'", | 32 | "window_type = 'desktop'", |
33 | "class_g = 'Firefox' && argb", | 33 | "class_g = 'firefox' && argb", |
34 | "_GTK_FRAME_EXTENTS@:c" | 34 | "_GTK_FRAME_EXTENTS@:c" |
35 | ]; | 35 | ]; |
36 | opacity-rule = [ | 36 | opacity-rule = [ |