summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index 773f4be..be7cb43 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -9,5 +9,5 @@ detect-transient = true;
opacity-rule = [
"70:class_g = 'FvwmPager'",
- "70:class_g = 'FvwmButtons'",
+ "80:class_g = 'FvwmButtons'",
];