From 0c8529356c321e44da5b940777fb8d80a3725f4a Mon Sep 17 00:00:00 2001 From: SDGDen Date: Tue, 19 May 2026 19:43:27 +0200 Subject: [PATCH] fixed drag tile-to-tile --- mango/input.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mango/input.conf b/mango/input.conf index 136e4c5..61eaa81 100644 --- a/mango/input.conf +++ b/mango/input.conf @@ -18,4 +18,7 @@ swipe_min_threshold=1 # mouse # need relogin to make it apply -mouse_natural_scrolling=0 \ No newline at end of file +mouse_natural_scrolling=0 + + +drag_tile_to_tile=1 \ No newline at end of file