summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-02-11 21:07:14 -0600
committerSquibid <me@zacharyscheiman.com>2025-02-11 21:07:14 -0600
commit22891d3da5c7f06e80620d24599c0f12b6c5d18b (patch)
tree9a761a95c2828b180fbc28b36c89dd1e6b76538f /config.def.h
parent6539e07bbd39f0f2ed04331121f511d7b28a442f (diff)
downloaddwl-22891d3da5c7f06e80620d24599c0f12b6c5d18b.tar.gz
dwl-22891d3da5c7f06e80620d24599c0f12b6c5d18b.tar.bz2
dwl-22891d3da5c7f06e80620d24599c0f12b6c5d18b.zip
add warp cursor
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index ec2c729..a92e06d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -5,6 +5,7 @@
(hex & 0xFF) / 255.0f }
/* appearance */
static const int sloppyfocus = 1; /* focus follows mouse */
+static const int warpcursor = 1; /* weather the cursor should move with client focus */
static const int bypass_surface_visibility = 0; /* 1 means idle inhibitors will disable idle tracking even if it's surface isn't visible */
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const unsigned int borderpx = 1; /* border pixel of windows */