From c42529c640c1db70a7a1e03de51764507c521062 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 15 Dec 2022 09:37:11 -0500 Subject: [PATCH] picom: Make tint2 and thunar translucent These are old changes I made while I was still using bspwm. Although bspwm is an amazing window manager, I feel like the simplicity of GNOME, as well as how customizable it can be, negates any potential benefits one can achieve with bspwm and its vast configuration possibilities. As one example, alttab is a cool piece of software that brings the concept of alt-tabbing to window managers like bspwm, however, GNOME is already capable of doing this and does so in a more elegant way, showing views of the windows you're alt-tabbing between. --- picom/.config/picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 865057a..f0b7183 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -21,6 +21,8 @@ shadow-exclude = [ # sleep 5; xdotool getwindowclassname (xdotool getactivewindow) opacity-rule = [ "90:class_g = 'Polybar'", + "90:class_g = 'Tint2'", + "90:class_g = 'Thunar'", "90:class_g = 'code-oss'", "99:class_g = 'Org.gnome.Nautilus'" ]