From e240749edc1ff5b16943de95eaf325b1a0ff7b4c Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Thu, 12 Oct 2023 11:40:01 +0100 Subject: picom: fancier opacity --- .config/picom.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) 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'", +]; -- cgit v1.2.3