This commit is contained in:
Luke Smith 2022-01-22 02:00:46 -05:00
parent d76f894f84
commit 87fe81bb9e
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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