applied the same logic to the system menu: fix crash on open menu if already open
This commit is contained in:
parent
c1aa407414
commit
86469c9b60
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ if [ "$HANDLE" -ne 0 ]; then
|
||||||
pidof dmenu || sxmo_appmenu.sh &
|
pidof dmenu || sxmo_appmenu.sh &
|
||||||
;;
|
;;
|
||||||
"showsysmenu")
|
"showsysmenu")
|
||||||
sxmo_appmenu.sh sys &
|
pidof dmenu || sxmo_appmenu.sh sys &
|
||||||
;;
|
;;
|
||||||
"hidemenu")
|
"hidemenu")
|
||||||
pkill -9 dmenu
|
pkill -9 dmenu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue