From a4f2c55af5d02f268086574bee9ab543e29719d6 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Fri, 26 Mar 2021 20:52:38 +0100 Subject: [PATCH] increasing gesture sensitivity (smaller distance threshold) --- 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 a8d8337..98953dd 100755 --- a/scripts/core/sxmo_lisgdstart.sh +++ b/scripts/core/sxmo_lisgdstart.sh @@ -12,7 +12,7 @@ else #-g format: # fingers,swipe,edge,distance,command #order matters, only the first match gets executed - lisgd "$@" -t 200 \ + lisgd "$@" -t 125 \ -g '1,DRUL,BR,*,sxmo_hotcorner.sh bottomright' \ -g '1,DLUR,BL,*,sxmo_hotcorner.sh bottomleft' \ -g '1,ULDR,TL,*,sxmo_hotcorner.sh topleft' \