diff options
| author | Abhinav <abhinav.prsai@gmail.com> | 2025-06-02 11:27:45 +0100 |
|---|---|---|
| committer | Abhinav <abhinav.prsai@gmail.com> | 2025-06-02 11:27:45 +0100 |
| commit | fd56af29cc5ff5dfe8896508a1baec2fe9b3bd7a (patch) | |
| tree | 3001ef268664a3f627dfc101fcc53376bd3e1663 /src/defs.h | |
| parent | eaeffa93af07daa50844533e8d9fcb8b8291676c (diff) | |
added cursor warping
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
