fix power button double tap by removing -e flag from inputhandler
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
28e05440d7
commit
03b7a9d59f
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ case "$ACTION" in
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
"powerbutton_two")
|
"powerbutton_two")
|
||||||
sxmo_blinkled.sh blue && $TERMCMD -e "$SHELL"
|
sxmo_blinkled.sh blue && $TERMCMD "$SHELL"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
"powerbutton_three")
|
"powerbutton_three")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue