diff options
Diffstat (limited to 'picom')
-rw-r--r-- | picom/.config/picom.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index eb647e8..9b4579a 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf | |||
@@ -6,6 +6,7 @@ shadow-offset-y = -12; | |||
6 | shadow-exclude = [ | 6 | shadow-exclude = [ |
7 | "name = 'Notification'", | 7 | "name = 'Notification'", |
8 | "class_g ?= 'Notify-osd'", | 8 | "class_g ?= 'Notify-osd'", |
9 | "class_g ?= 'dmenu'", | ||
9 | "name = 'polybar'", | 10 | "name = 'polybar'", |
10 | "name = 'Polybar tray window'", | 11 | "name = 'Polybar tray window'", |
11 | "class_g ?= 'dwm'", | 12 | "class_g ?= 'dwm'", |
@@ -20,6 +21,7 @@ inactive-opacity-override = false; | |||
20 | blur-background = true; | 21 | blur-background = true; |
21 | blur-strength = 3; | 22 | blur-strength = 3; |
22 | blur-kern = "3x3box"; | 23 | blur-kern = "3x3box"; |
24 | # blur-method = "dual_kawase"; | ||
23 | blur-background-exclude = [ | 25 | blur-background-exclude = [ |
24 | "name = 'polybar'", | 26 | "name = 'polybar'", |
25 | "name = 'Polybar tray window'", | 27 | "name = 'Polybar tray window'", |
@@ -69,4 +71,7 @@ detect-transient = true; | |||
69 | detect-client-leader = true; | 71 | detect-client-leader = true; |
70 | invert-color-include = [ ]; | 72 | invert-color-include = [ ]; |
71 | corner-radius = 5; | 73 | corner-radius = 5; |
72 | rounded-corners-exclude = [ "name = 'bar'" ] | 74 | rounded-corners-exclude = [ |
75 | "name = 'bar'", | ||
76 | "class_g ?= 'dmenu'", | ||
77 | ]; | ||