summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/picom/picom.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 42fe4ea..78a57df 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -12,6 +12,7 @@ shadow-opacity = 0.8;
12shadow-exclude = [ 12shadow-exclude = [
13 "name = 'Notification'", 13 "name = 'Notification'",
14 "class_g = 'Conky'", 14 "class_g = 'Conky'",
15 "class_g = 'Dunst'",
15 "class_g ?= 'Notify-osd'", 16 "class_g ?= 'Notify-osd'",
16 "class_g = 'Cairo-clock'", 17 "class_g = 'Cairo-clock'",
17 "_GTK_FRAME_EXTENTS@:c" 18 "_GTK_FRAME_EXTENTS@:c"