fixing the powerbutton script

master
Maarten van Gompel 4 years ago
parent 36535ebfe3
commit c4caf932ff
  1. 4
      scripts/core/sxmo_powerbutton.sh

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

Loading…
Cancel
Save