fixing the powerbutton script

This commit is contained in:
Maarten van Gompel 2021-03-28 21:28:42 +02:00
parent 36535ebfe3
commit c4caf932ff

View file

@ -5,7 +5,7 @@
. "$(dirname "$0")/sxmo_common.sh" . "$(dirname "$0")/sxmo_common.sh"
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/powerbutton" ]; then if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/powerbutton" ]; then
"$XDG_CONFIG_HOME/sxmo/hooks/powerbutton" "$@" "$XDG_CONFIG_HOME/sxmo/hooks/powerbutton"
else else
sxmo_keyboard.sh "$@" sxmo_keyboard.sh toggle
fi fi