forked from extern/nix-config
picom: Add more opacity rules
Logseq looks quite nice with transparency.
This commit is contained in:
parent
ff0a1e0ef9
commit
226b79ae75
@ -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'"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user