Fix the dmenu autoclosing on ended call.
Oops.
This commit is contained in:
parent
1e09c9c452
commit
62e5dd146b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ finish() {
|
||||||
notify-send "$1"
|
notify-send "$1"
|
||||||
fi
|
fi
|
||||||
[ -n "$LOCKPID" ] && kill "$LOCKPID"
|
[ -n "$LOCKPID" ] && kill "$LOCKPID"
|
||||||
sxmo_dmemu.sh close
|
sxmo_dmenu.sh close
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue