voidrice/.config/compton.conf

8 lines
165 B
Text
Raw Normal View History

# vim: filetype=conf
2018-08-04 02:31:27 +00:00
backend = "glx"
paint-on-overlay = true;
glx-no-stencil = true;
glx-no-rebind-pixmap = true;
2018-08-04 02:31:27 +00:00
vsync = "opengl-swc";
2018-08-04 14:50:18 +00:00
unredir-if-possible = false;