forward parameters to lisgdstart hook (as suggeested by ~dinkocar in #222)

This commit is contained in:
Maarten van Gompel 2021-03-30 20:36:02 +02:00
parent 95683bdc0c
commit 2188ed15ea

View file

@ -14,7 +14,7 @@ if [ -z "$LISGD_THRESHOLD_PRESSED" ]; then
fi fi
if [ -x "$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart ]; then if [ -x "$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart ]; then
"$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart & "$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart "$@" &
else else
#-g format: #-g format:
# fingers,swipe,edge,distance,command # fingers,swipe,edge,distance,command