increasing gesture sensitivity (smaller distance threshold)

master
Maarten van Gompel 4 years ago
parent 55f473389c
commit a4f2c55af5
  1. 2
      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' \

Loading…
Cancel
Save