From c4caf932ff7447fa684bfa530e981b974c33224e Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Sun, 28 Mar 2021 21:28:42 +0200 Subject: [PATCH] fixing the powerbutton script --- scripts/core/sxmo_powerbutton.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/sxmo_powerbutton.sh b/scripts/core/sxmo_powerbutton.sh index 5cec671..b63de09 100755 --- a/scripts/core/sxmo_powerbutton.sh +++ b/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