From 92ca7edfbfe301591f5d732c2eeccbf11854bcc2 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 12 Oct 2023 15:16:25 +0100 Subject: picom: make fvwm bits transparent --- .config/picom.conf | 5 +++++ 1 file changed, 5 insertions(+) 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'", +]; -- cgit v1.2.3