diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 3d0d414..52f46be 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -1,5 +1,5 @@ #!/usr/bin/env sh -signal gracefulexit INT TERM +trap gracefulexit INT TERM WIN=$(xdotool getwindowfocus) gracefulexit() {