Remove compton opengl vsync after adding xorg 'TearFree' options
This commit is contained in:
parent
e0a6b713ba
commit
f961d333fa
@ -24,7 +24,7 @@ alpha-step = 0.06;
|
|||||||
|
|
||||||
# Backend
|
# Backend
|
||||||
backend = "xrender";
|
backend = "xrender";
|
||||||
vsync = "opengl";
|
vsync = "none";
|
||||||
paint-on-overlay = true;
|
paint-on-overlay = true;
|
||||||
mark-wmwin-focused = true;
|
mark-wmwin-focused = true;
|
||||||
unredir-if-possible = true;
|
unredir-if-possible = true;
|
||||||
|
Reference in New Issue
Block a user