feat: add cursor_size and cursor_theme option in config

This commit is contained in:
DreamMaoMao 2025-05-05 17:45:25 +08:00
parent bf6e39ad4f
commit 614a28abd1
4 changed files with 24 additions and 7 deletions

View file

@ -53,6 +53,7 @@ int focus_cross_monitor = 0;
int focus_cross_tag = 0;
int snap_distance = 30;
int enable_floating_snap = 0;
unsigned int cursor_size = 24;
unsigned int swipe_min_threshold = 20;