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:
parent
503c7c95ae
commit
c42529c640
@ -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'"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user