Fix the dmenu autoclosing on ended call.

Oops.
This commit is contained in:
Stacy Harper 2021-08-23 18:28:13 +02:00
parent 1e09c9c452
commit 62e5dd146b
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -26,7 +26,7 @@ finish() {
notify-send "$1"
fi
[ -n "$LOCKPID" ] && kill "$LOCKPID"
sxmo_dmemu.sh close
sxmo_dmenu.sh close
exit 1
}