fixing the powerbutton script
This commit is contained in:
parent
36535ebfe3
commit
c4caf932ff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue