dotfiles/.config/picom/picom.conf

14 lines
224 B
Plaintext
Raw Normal View History

2024-07-16 04:41:16 -04:00
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'"
];
2024-07-12 12:23:19 -04:00
backend = "glx";
2024-06-23 06:39:14 -04:00
vsync = true;