summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/picom.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index c8ac496..c53d5a9 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -1,3 +1,13 @@
dbus=true;
#backend="glx";
glx-no-stencil=true;
+
+inactive-opacity = 0.95;
+mark-wmwin-focused = true;
+mark-ovredir-focused = true;
+detect-transient = true;
+
+opacity-rule = [
+ "70:class_g = 'FvwmPager'",
+ "70:class_g = 'FvwmButtons'",
+];