From 3946a44baffcf7b23951f46d25c2f5b7ec54c5a7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 4 Sep 2022 19:07:02 -0500 Subject: turn off cursor_warp --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }; -- cgit v1.2.3