Adapt the suspend appmenu entry with recent reworks

This menu should lock the phone then crust the phone cause we rely on
the lock state after waking up to have a consistent workflow.
This commit is contained in:
Stacy Harper 2021-07-07 20:22:35 +02:00
parent 23acd8a8c2
commit 1acab51003
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -173,7 +173,7 @@ programchoicesinit() {
CHOICES="
$icon_lck Lock ^ 0 ^ sxmo_screenlock.sh lock && sxmo_unlocklistener.sh
$icon_lck Lock (Screen off) ^ 0 ^ sxmo_screenlock.sh off && sxmo_unlocklistener.sh
$icon_zzz Suspend ^ 0 ^ sxmo_screenlock.sh crust
$icon_zzz Suspend ^ 0 ^ sxmo_screenlock.sh lock && sxmo_screenlock.sh crust
$icon_out Logout ^ 0 ^ pkill -9 dwm
$icon_rld Reboot ^ 0 ^ sxmo_terminal.sh sudo reboot
$icon_pwr Poweroff ^ 0 ^ sxmo_terminal.sh sudo poweroff