1
0
forked from extern/nix-config

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.
This commit is contained in:
Donovan Glover 2022-12-15 09:37:11 -05:00
parent 503c7c95ae
commit c42529c640
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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'"
]