Rework the sxmo screenlock
This commit is contained in:
parent
7fbc1d347a
commit
725d89d6d6
12 changed files with 352 additions and 604 deletions
|
@ -166,9 +166,9 @@ programchoicesinit() {
|
|||
power )
|
||||
# Power menu
|
||||
CHOICES="
|
||||
$icon_lck Lock ^ 0 ^ sxmo_lock.sh
|
||||
$icon_lck Lock (Screen off) ^ 0 ^ sxmo_lock.sh --screen-off
|
||||
$icon_zzz Suspend ^ 0 ^ sxmo_lock.sh --suspend
|
||||
$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_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