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:
parent
23acd8a8c2
commit
1acab51003
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue