a
This commit is contained in:
parent
d76f894f84
commit
87fe81bb9e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ case "$(printf "🔒 lock\n🚪 leave dwm\n♻️ renew dwm\n🐻 hibernate\n
|
||||||
'🐻 hibernate') slock $ctl hibernate ;;
|
'🐻 hibernate') slock $ctl hibernate ;;
|
||||||
'💤 sleep') slock $ctl suspend ;;
|
'💤 sleep') slock $ctl suspend ;;
|
||||||
'🔃 reboot') $ctl reboot -i ;;
|
'🔃 reboot') $ctl reboot -i ;;
|
||||||
'🖥️shutdown') $ctl powerof -if ;;
|
'🖥️shutdown') $ctl poweroff -i ;;
|
||||||
'📺 display off') xset dpms force off ;;
|
'📺 display off') xset dpms force off ;;
|
||||||
*) exit 1 ;;
|
*) exit 1 ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue