diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 28494eb..8f4e7ee 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -28,7 +28,7 @@ programchoicesinit() { echo $WMCLASS | grep -i "userscripts" && CHOICES="$( ls -1 $XDG_CONFIG_HOME/sxmo/userscripts | sed 's/ /\\ /' | - awk '{printf "%s\t^ 0 ^ sh $XDG_CONFIG_HOME/sxmo/userscripts/%s \n", $0, $0}' + awk '{printf "%s\t^ 0 ^ $XDG_CONFIG_HOME/sxmo/userscripts/%s \n", $0, $0}' )" && WINNAME=Userscripts && return # Scripts menu