From fd56af29cc5ff5dfe8896508a1baec2fe9b3bd7a Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 2 Jun 2025 11:27:45 +0100 Subject: added cursor warping --- src/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/defs.h') 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; -- cgit v1.2.3