diff options
Diffstat (limited to 'picom')
| -rwxr-xr-x | picom/.config/picom.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index b5fd0a0..a3a9b46 100755 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
| @@ -9,7 +9,7 @@ shadow-exclude = [ | |||
| 9 | "class_g ?= 'dmenu'", | 9 | "class_g ?= 'dmenu'", |
| 10 | "class_g ?= 'panel'", | 10 | "class_g ?= 'panel'", |
| 11 | "class_g ?= 'spectrwm'", | 11 | "class_g ?= 'spectrwm'", |
| 12 | "name = '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", |
| @@ -24,7 +24,7 @@ blur-strength = 3; | |||
| 24 | blur-kern = "3x3box"; | 24 | blur-kern = "3x3box"; |
| 25 | # blur-method = "dual_kawase"; | 25 | # blur-method = "dual_kawase"; |
| 26 | blur-background-exclude = [ | 26 | blur-background-exclude = [ |
| 27 | "name = 'polybar'", | 27 | "class_g ?= 'polybar'", |
| 28 | "name = 'Polybar tray window'", | 28 | "name = 'Polybar tray window'", |
| 29 | "class_g ?= 'Rofi'", | 29 | "class_g ?= 'Rofi'", |
| 30 | "class_g ?= 'zoom'", | 30 | "class_g ?= 'zoom'", |
| @@ -75,6 +75,7 @@ corner-radius = 5; | |||
| 75 | rounded-corners-exclude = [ | 75 | rounded-corners-exclude = [ |
| 76 | "name = 'bar'", | 76 | "name = 'bar'", |
| 77 | "class_g ?= 'dmenu'", | 77 | "class_g ?= 'dmenu'", |
| 78 | "class_g ?= 'polybar'", | ||
| 78 | "class_g ?= 'panel'", | 79 | "class_g ?= 'panel'", |
| 79 | "class_g ?= 'spectrwm'" | 80 | "class_g ?= 'spectrwm'" |
| 80 | ]; | 81 | ]; |
