diff options
author | Joe <rrbo@proton.me> | 2023-01-31 16:29:33 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-31 16:29:33 +0100 |
commit | 045b41463dc7054eaf7f40527b5f6d7ae054b7d1 (patch) | |
tree | f5c9a30a5ef28441047e2ef56f04b8f6029b6e61 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.gz dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.bz2 dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.xz dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.tar.zst dotfiles-bsd-045b41463dc7054eaf7f40527b5f6d7ae054b7d1.zip |
up
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/powercmd | 4 |
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") |