diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5102f34..5e00c35 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,13 +1,11 @@ -shadow = true; -shadow-radius = 8; -shadow-opacity = 0.15; -shadow-offset-x = -6; -shadow-offset-y = -6; -shadow-color = "#101010"; -shadow-exclude = [ - "class_g = 'Conky'", - "name = 'xmobar'" +inactive-dim = 0.35; +focus-exclude = [ + "class_g = 'dmenu'", + "role = 'Popup'", + "name = 'Picture-in-Picture'" ]; -backend = "glx"; +backend = "xrender"; vsync = true; + +# vim:ft=conf