mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Disable vsync as it does not work in virtual machines
This commit is contained in:
parent
6df896b30e
commit
f7b00a0d42
@ -215,7 +215,7 @@ backend = "glx"
|
|||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
# vsync = false
|
# vsync = false
|
||||||
vsync = true;
|
vsync = false;
|
||||||
|
|
||||||
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
||||||
# dbus = false
|
# dbus = false
|
||||||
|
Loading…
Reference in New Issue
Block a user