feat: add option drag_tile_to_tile

This commit is contained in:
DreamMaoMao 2025-05-14 19:38:34 +08:00
parent b0082b1fb8
commit 94f502915e
4 changed files with 46 additions and 1 deletions

View file

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