From 8959fa50ac72437b92c7e6c1f5d8d2c87e9b8db4 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Fri, 2 Apr 2021 17:45:52 +0200 Subject: [PATCH] fixed top right hotcorner #229 --- scripts/core/sxmo_lisgdstart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_lisgdstart.sh b/scripts/core/sxmo_lisgdstart.sh index eac52ec..011c59c 100755 --- a/scripts/core/sxmo_lisgdstart.sh +++ b/scripts/core/sxmo_lisgdstart.sh @@ -23,7 +23,7 @@ else -g '1,DRUL,BR,*,sxmo_hotcorner.sh bottomright' \ -g '1,DLUR,BL,*,sxmo_hotcorner.sh bottomleft' \ -g '1,ULDR,TL,*,sxmo_hotcorner.sh topleft' \ - -g '1,DRUL,TR,*,sxmo_hotcorner.sh topright' \ + -g '1,URDL,TR,*,sxmo_hotcorner.sh topright' \ -g '1,LR,B,L,sxmo_gesturehandler.sh enter' \ -g '1,RL,B,L,sxmo_gesturehandler.sh back' \ -g '1,LR,L,*,sxmo_gesturehandler.sh prevdesktop' \