From c99b7ccd6f30b23936c80efbcab2e64e8f6d878c Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Thu, 2 Nov 2023 21:16:54 +0300
Subject: [PATCH] Disable vsync

---
 x/.drirc | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 x/.drirc

diff --git a/x/.drirc b/x/.drirc
new file mode 100644
index 0000000..f9f2fa3
--- /dev/null
+++ b/x/.drirc
@@ -0,0 +1,5 @@
+<device screen="0" driver="dri2">
+    <application name="Default">
+        <option name="vblank_mode" value="0"/>
+    </application>
+</device>
-- 
2.50.0