Use poweroff instead of halt #172

This commit is contained in:
Maarten van Gompel 2021-02-20 14:42:40 +01:00
parent e426cbe823
commit 156f638a92

View file

@ -143,7 +143,7 @@ programchoicesinit() {
$icon_zzz Suspend ^ 0 ^ sxmo_lock.sh --suspend
$icon_out Logout ^ 0 ^ pkill -9 dwm
$icon_rld Reboot ^ 0 ^ st -e sudo reboot
$icon_pwr Poweroff ^ 0 ^ st -e sudo halt
$icon_pwr Poweroff ^ 0 ^ st -e sudo poweroff
"
WINNAME="Power"
elif echo "$WMCLASS" | grep -i "mpv"; then