diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 003a5e7..fa4d0df 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -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'" ]