summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 15:16:25 +0100
committerGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 15:16:25 +0100
commit92ca7edfbfe301591f5d732c2eeccbf11854bcc2 (patch)
tree1d25de03effe55beba6462d486e42fe488cef714
parentpicom: don't "detect leader" (diff)
downloaddotfiles-92ca7edfbfe301591f5d732c2eeccbf11854bcc2.tar.gz
dotfiles-92ca7edfbfe301591f5d732c2eeccbf11854bcc2.tar.bz2
dotfiles-92ca7edfbfe301591f5d732c2eeccbf11854bcc2.zip
picom: make fvwm bits transparent
-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'",
+];