diff options
| -rwxr-xr-x | scripts/powercontrol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/powercontrol.sh b/scripts/powercontrol.sh index 90304d0..dd36a4f 100755 --- a/scripts/powercontrol.sh +++ b/scripts/powercontrol.sh @@ -20,7 +20,7 @@ $optn_cancel lock() { bslock; } logout_() { ~/.config/autostart.sh kill; killall dwm; } -poweroff_() { systemctl shutdown; } +poweroff_() { systemctl poweroff; } reboot_() { systemctl reboot; } suspend_() { lock & disown; sleep 0.3; sudo zzz; } |
