summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/picom.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index d2cb010..b250388 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -1,3 +1,9 @@
dbus=true;
backend="glx";
glx-no-stencil=true;
+
+inactive-opacity = 0.95;
+mark-wmwin-focused = true;
+mark-ovredir-focused = true;
+detect-transient = true;
+detect-client-leader = true;