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