diff options
| -rw-r--r-- | .config/picom/picom.conf | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 9d9561e..116103d 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -109,7 +109,7 @@ shadow-offset-y = -5; shadow-exclude = [ "name = 'Notification'", "class_g = 'Conky'", - "class_g ?= 'Notify-osd'", + #"class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'Polybar'", # "class_g = 'Rofi'" @@ -258,7 +258,8 @@ blur-background-exclude = [ "class_g = 'firefox'", "class_g = 'discord'", "class_g = 'Rofi'", - "class_g = 'Zathura'" + "class_g = 'Zathura'", + "class_g = 'Notification'", ]; ################################# @@ -479,10 +480,14 @@ log-level = "warn"; # wintypes: { + #normal = { full-shadow = true; }; + #menu = { full-shadow = true; }; tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; }; - dock = { shadow = false; } - dnd = { shadow = false; } - popup_menu = { opacity = 0.8; } - dropdown_menu = { opacity = 0.8; } + dock = { shadow = false; }; + dnd = { shadow = false; }; + popup_menu = { full-shadow = false opacity = 0.8; }; + #utility = { full-shadow = true; }; + #toolbar = { full-shadow = true; }; + notification = { opacity = 0.75; } }; |
