forward parameters to lisgdstart hook (as suggeested by ~dinkocar in #222)
This commit is contained in:
parent
95683bdc0c
commit
2188ed15ea
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ if [ -z "$LISGD_THRESHOLD_PRESSED" ]; then
|
|||
fi
|
||||
|
||||
if [ -x "$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart ]; then
|
||||
"$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart &
|
||||
"$XDG_CONFIG_HOME"/sxmo/hooks/lisgdstart "$@" &
|
||||
else
|
||||
#-g format:
|
||||
# fingers,swipe,edge,distance,command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue