force suspend and hibernate
This commit is contained in:
parent
fc6dc7b761
commit
f70612800b
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ case "$(printf "🔒 lock\n🚪 leave $WM\n♻️ renew $WM\n🐻 hibernate\n
|
|||
'🔒 lock') slock ;;
|
||||
"🚪 leave $WM") kill -TERM "$(wmpid)" ;;
|
||||
"♻️ renew $WM") kill -HUP "$(wmpid)" ;;
|
||||
'🐻 hibernate') slock $ctl hibernate ;;
|
||||
'💤 sleep') slock $ctl suspend ;;
|
||||
'🐻 hibernate') slock $ctl hibernate -i ;;
|
||||
'💤 sleep') slock $ctl suspend -i ;;
|
||||
'🔃 reboot') $ctl reboot -i ;;
|
||||
'🖥️shutdown') $ctl poweroff -i ;;
|
||||
'📺 display off') xset dpms force off ;;
|
||||
|
|
Loading…
Reference in a new issue