summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-09-04 19:07:02 -0500
committerzachir <zachir@librem.one>2022-09-04 19:07:02 -0500
commit3946a44baffcf7b23951f46d25c2f5b7ec54c5a7 (patch)
treedbe0c1444e7b04ccebd678b8ce26aa399b350298
parent61497968aa470d65f248984c1588f72f74ba706d (diff)
turn off cursor_warp
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2786181..bc08e2e 100644
--- a/config.h
+++ b/config.h
@@ -10,7 +10,7 @@ static const float focuscolor[] = {1.0, 0.0, 0.0, 1.0};
static const float fullscreen_bg[] = {0.1, 0.1, 0.1, 1.0};
/* cursor warping */
-static const bool cursor_warp = true;
+static const bool cursor_warp = false;
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };