Remove compton opengl vsync after adding xorg 'TearFree' options

This commit is contained in:
natemaia 2018-07-15 18:41:50 -07:00
parent e0a6b713ba
commit f961d333fa

View File

@ -24,7 +24,7 @@ alpha-step = 0.06;
# Backend
backend = "xrender";
vsync = "opengl";
vsync = "none";
paint-on-overlay = true;
mark-wmwin-focused = true;
unredir-if-possible = true;