feat: add option cursor_hide_timeout

This commit is contained in:
DreamMaoMao 2025-05-13 18:13:55 +08:00
parent 7f4c62ffe4
commit 29d9d12b23
3 changed files with 68 additions and 8 deletions

View file

@ -57,6 +57,7 @@ int no_border_when_single = 0;
int snap_distance = 30;
int enable_floating_snap = 0;
unsigned int cursor_size = 24;
unsigned int cursor_hide_timeout = 0;
unsigned int swipe_min_threshold = 20;