increasing gesture sensitivity (smaller distance threshold)

This commit is contained in:
Maarten van Gompel 2021-03-26 20:52:38 +01:00
parent 55f473389c
commit a4f2c55af5

View file

@ -12,7 +12,7 @@ else
#-g format: #-g format:
# fingers,swipe,edge,distance,command # fingers,swipe,edge,distance,command
#order matters, only the first match gets executed #order matters, only the first match gets executed
lisgd "$@" -t 200 \ lisgd "$@" -t 125 \
-g '1,DRUL,BR,*,sxmo_hotcorner.sh bottomright' \ -g '1,DRUL,BR,*,sxmo_hotcorner.sh bottomright' \
-g '1,DLUR,BL,*,sxmo_hotcorner.sh bottomleft' \ -g '1,DLUR,BL,*,sxmo_hotcorner.sh bottomleft' \
-g '1,ULDR,TL,*,sxmo_hotcorner.sh topleft' \ -g '1,ULDR,TL,*,sxmo_hotcorner.sh topleft' \