summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/sysact3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/sysact b/.local/bin/sysact
index 9dc398b..62fdd61 100755
--- a/.local/bin/sysact
+++ b/.local/bin/sysact
@@ -14,7 +14,8 @@ cmds="\
♻ renew dwm kill -HUP $(pgrep -u $USER "\bdwm$")
🐻 hibernate slock ${hib:-systemctl suspend-then-hibernate -i}
🔃 reboot ${reb:-sudo -A reboot}
-🖥 shutdown ${shut:-sudo -A shutdown -h now}"
+🖥 shutdown ${shut:-sudo -A shutdown -h now}
+📺 display off xset dpms force off"
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1