(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;
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