summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-01-31 16:29:33 +0100
committerJoe <rrbo@proton.me>2023-01-31 16:29:33 +0100
commit045b41463dc7054eaf7f40527b5f6d7ae054b7d1 (patch)
treef5c9a30a5ef28441047e2ef56f04b8f6029b6e61
parentup (diff)
downloaddotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.gz
dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.bz2
dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.xz
dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.zst
dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.zip
up
-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")