summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorAbhinav <abhinav.prsai@gmail.com>2025-06-02 11:27:45 +0100
committerAbhinav <abhinav.prsai@gmail.com>2025-06-02 11:27:45 +0100
commitfd56af29cc5ff5dfe8896508a1baec2fe9b3bd7a (patch)
tree3001ef268664a3f627dfc101fcc53376bd3e1663 /src/defs.h
parenteaeffa93af07daa50844533e8d9fcb8b8291676c (diff)
added cursor warping
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index db71409..310b49c 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -90,6 +90,7 @@ typedef struct {
int snap_distance;
int bindsn;
Bool new_win_focus;
+ Bool warp_cursor;
Binding binds[256];
char **should_float[256];
} Config;