dotfiles/.config/picom.conf

16 lines
305 B
Plaintext
Raw Normal View History

2024-02-04 02:43:13 +01:00
# backend = "glx";
vsync = true;
# shadow = true;
# shadow-radius = 1;
# shadow-opacity = 0.45;
# shadow-offset-x = 6;
# shadow-offset-y = 6;
# shadow-exclude = [
# "class_g = 'Bar'",
# ];
fading = true;
fade-delta = 3;
xrender-sync-fence = true;
# glx-no-rebind-pixmap = true;
# glx-no-stencil = true;