summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGianni Ceccarelli <gceccarelli@veritone.com>2023-10-12 11:40:01 +0100
committerdakkar <dakkar@thenautilus.net>2023-10-13 10:32:43 +0100
commitdf5a664e65e3ce5e13c7a73eefdbb99ed1aa4790 (patch)
treee00dbedc883167277d1a1f713bd66cf304868f28
parentalacritty (diff)
downloaddotfiles-df5a664e65e3ce5e13c7a73eefdbb99ed1aa4790.tar.gz
dotfiles-df5a664e65e3ce5e13c7a73eefdbb99ed1aa4790.tar.bz2
dotfiles-df5a664e65e3ce5e13c7a73eefdbb99ed1aa4790.zip
picom: fancier opacity
-rw-r--r--.config/picom.conf10
1 files changed, 10 insertions, 0 deletions
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'",
+];