aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--picom.conf14
1 files changed, 1 insertions, 13 deletions
diff --git a/picom.conf b/picom.conf
index 2a1995e..37b405d 100644
--- a/picom.conf
+++ b/picom.conf
@@ -19,25 +19,13 @@ detect-transient = true;
use-damage = true;
rules: ({
match = "window_type = 'tooltip'";
- fade = true;
+ fade = false;
shadow = true;
opacity = 0.75;
- focus: true;
full-shadow = false;
}, {
match = "window_type = 'dock' || "
"window_type = 'desktop' || "
"_GTK_FRAME_EXTENTS@";
blur-background = false;
-}, {
- match = "window_type = 'dock' || "
- "window_type = 'desktop'";
- corner-radius = 0;
-}, {
- match = "name = 'Notification' || "
- "class_g = 'Conky' || "
- "class_g ?= 'Notify-osd' || "
- "class_g = 'Cairo-clock' || "
- "_GTK_FRAME_EXTENTS@";
- shadow = false;
})