looking-glass: force vsync and double buffering
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
cdf117daa2
commit
cac626eee7
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ in {
|
||||||
else "/dev/shm/looking-glass";
|
else "/dev/shm/looking-glass";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
egl = {
|
||||||
|
doubleBuffer = true;
|
||||||
|
vsync = true;
|
||||||
|
};
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
grabKeyboard = false;
|
grabKeyboard = false;
|
||||||
ignoreWindowsKeys = true;
|
ignoreWindowsKeys = true;
|
||||||
|
|
Loading…
Reference in a new issue