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.
master
Stacy Harper 3 years ago
parent 23acd8a8c2
commit 1acab51003
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 2
      scripts/core/sxmo_appmenu.sh

@ -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

Loading…
Cancel
Save