From e8e4c77a5119e707bb017c65f6ad0dad4ff3a4a1 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 16 Sep 2020 20:00:02 +0200 Subject: [PATCH] swapped the two move-window-to-next-desktop gestures, the direction of the swipe is now the direction of movement (makes more sense imho) Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_lisgdstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/sxmo_lisgdstart.sh b/scripts/core/sxmo_lisgdstart.sh index a4e1df1..a758b8e 100755 --- a/scripts/core/sxmo_lisgdstart.sh +++ b/scripts/core/sxmo_lisgdstart.sh @@ -28,8 +28,8 @@ else -g "1,DU,T,*,sxmo_gesturehandler.sh hidemenu" \ -g "2,UD,T,*,sxmo_gesturehandler.sh showsysmenu" \ -g "2,UD,B,*,sxmo_gesturehandler.sh killwindow" \ - -g '2,LR,*,*,sxmo_gesturehandler.sh moveprevdesktop' \ - -g '2,RL,*,*,sxmo_gesturehandler.sh movenextdesktop' \ + -g '2,RL,*,*,sxmo_gesturehandler.sh moveprevdesktop' \ + -g '2,LR,*,*,sxmo_gesturehandler.sh movenextdesktop' \ -g '1,DU,R,L,sxmo_gesturehandler.sh scrollup_long' \ -g '1,UD,R,L,sxmo_gesturehandler.sh scrolldown_long' \ -g '1,DU,R,M,sxmo_gesturehandler.sh scrollup_med' \