dotfiles/config/picom/picom.conf
2020-07-16 09:38:59 +03:00

29 lines
519 B
Plaintext

backend = "glx";
vsync = true;
use-damage = true;
unredir-if-possible = false; # Fixes flickering
glx-no-stencil = true;
# glx-copy-from-front = false;
# glx-use-damage = false;
shadow = true;
shadow-radius = 16;
shadow-offset-x = -16;
shadow-offset-y = -12;
shadow-opacity = 0.35;
shadow-exclude = [
"! name ~=''",
"name *= 'dunst'",
"name *= 'tint2'",
"name *= 'picom'",
"name *= 'scrot'",
"name *= 'VLC'",
"class_g = 'Firefox' && argb",
"class_g = 'Chrome' && argb"
];
# detect-rounded-corners = true;