diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-01-22 02:00:46 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-01-22 02:00:46 -0500 |
| commit | 87fe81bb9e4a22280339879c43e9ad08a2eef494 (patch) | |
| tree | 11d65031773e764b5a5609a3897aca2309abb54b /.local/bin/sysact | |
| parent | d76f894f846dea00b3c568ee8f4a5105686fd559 (diff) | |
| download | eibhear-87fe81bb9e4a22280339879c43e9ad08a2eef494.tar.gz eibhear-87fe81bb9e4a22280339879c43e9ad08a2eef494.tar.zst eibhear-87fe81bb9e4a22280339879c43e9ad08a2eef494.zip | |
a
Diffstat (limited to '.local/bin/sysact')
| -rwxr-xr-x | .local/bin/sysact | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sysact b/.local/bin/sysact index 2df325c..b13690e 100755 --- a/.local/bin/sysact +++ b/.local/bin/sysact @@ -12,7 +12,7 @@ case "$(printf "🔒 lock\n🚪 leave dwm\n♻️ renew dwm\n🐻 hibernate\n '🐻 hibernate') slock $ctl hibernate ;; '💤 sleep') slock $ctl suspend ;; '🔃 reboot') $ctl reboot -i ;; - '🖥️shutdown') $ctl powerof -if ;; + '🖥️shutdown') $ctl poweroff -i ;; '📺 display off') xset dpms force off ;; *) exit 1 ;; esac |
