1
0
forked from extern/nix-config

picom: Add more opacity rules

Logseq looks quite nice with transparency.
This commit is contained in:
Donovan Glover 2023-04-23 20:45:27 -04:00
parent ff0a1e0ef9
commit 226b79ae75
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -20,10 +20,12 @@ shadow-exclude = [
# An easy way to get the class name of a window is with the following:
# sleep 5; xdotool getwindowclassname (xdotool getactivewindow)
opacity-rule = [
"99:role = 'GtkFileChooserDialog'",
"90:class_g = 'Polybar'",
"50:class_g = 'dzen'",
"90:class_g = 'Tint2'",
"90:class_g = 'Thunar'",
"90:class_g = 'Logseq'",
"90:class_g = 'code-oss'",
"99:class_g = 'Org.gnome.Nautilus'"
]