added || pkill sway after pkill dwm in "logout"
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
f86cc46d03
commit
9e058e546d
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ programchoicesinit() {
|
|||
$icon_lck Lock ^ 0 ^ sxmo_screenlock.sh lock
|
||||
$icon_lck Lock (Screen off) ^ 0 ^ sxmo_screenlock.sh off
|
||||
$icon_zzz Suspend ^ 0 ^ sxmo_screenlock.sh lock && sxmo_screenlock.sh crust
|
||||
$icon_out Logout ^ 0 ^ confirm Logout && pkill -9 dwm
|
||||
$icon_out Logout ^ 0 ^ confirm Logout && pkill -9 dwm || pkill -9 sway
|
||||
$icon_rld Reboot ^ 0 ^ confirm Reboot && sxmo_terminal.sh sudo reboot
|
||||
$icon_pwr Poweroff ^ 0 ^ confirm Poweroff && sxmo_terminal.sh sudo poweroff
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue