From 1acab51003d83eadf8789fba2553408fbba7dec8 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Wed, 7 Jul 2021 20:22:35 +0200 Subject: [PATCH] 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. --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index f4bca4c..da92be9 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/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