summaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index 60a55f7..773f4be 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -6,3 +6,8 @@ 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'",
+];