summaryrefslogtreecommitdiffstats
path: root/.local/bin/powercmd
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/powercmd')
-rwxr-xr-x.local/bin/powercmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/powercmd b/.local/bin/powercmd
index 7cb2ead..9f85e39 100755
--- a/.local/bin/powercmd
+++ b/.local/bin/powercmd
@@ -32,8 +32,8 @@ case $1 in
sleep 5
case $os in
1) loginctl hibernate ;;
- 2) systemctl hibernate ;;
- 3) acpiconf -s 4 ;;
+ 2) systemctl suspend ;;
+ 3) acpiconf -s 3 ;;
esac
;;
"reboot")