(picom): remove shadows and dim inactive windows

This commit is contained in:
frosty 2024-07-29 04:18:55 -04:00
parent fb1739815e
commit b38f76eda1

View file

@ -1,13 +1,11 @@
shadow = true; inactive-dim = 0.35;
shadow-radius = 8; focus-exclude = [
shadow-opacity = 0.15; "class_g = 'dmenu'",
shadow-offset-x = -6; "role = 'Popup'",
shadow-offset-y = -6; "name = 'Picture-in-Picture'"
shadow-color = "#101010";
shadow-exclude = [
"class_g = 'Conky'",
"name = 'xmobar'"
]; ];
backend = "glx"; backend = "xrender";
vsync = true; vsync = true;
# vim:ft=conf