parent
87c2950039
commit
12d6d5ec80
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ cmds="\
|
||||||
♻ renew dwm kill -HUP $(pgrep -u $USER "\bdwm$")
|
♻ renew dwm kill -HUP $(pgrep -u $USER "\bdwm$")
|
||||||
🐻 hibernate slock ${hib:-systemctl suspend-then-hibernate -i}
|
🐻 hibernate slock ${hib:-systemctl suspend-then-hibernate -i}
|
||||||
🔃 reboot ${reb:-sudo -A reboot}
|
🔃 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
|
choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue