From 226b79ae75e203145a8161fd645422d2f8a7b7f7 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 23 Apr 2023 20:45:27 -0400 Subject: [PATCH] picom: Add more opacity rules Logseq looks quite nice with transparency. --- picom/.config/picom.conf | 2 ++ 1 file changed, 2 insertions(+) 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'" ]