mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-01-30 09:48:11 +01:00
Add -i option to suspend
This commit is contained in:
parent
22e50e5712
commit
db1a167b9b
@ -10,7 +10,7 @@ case "$(printf "🔒 lock\n🚪 leave dwm\n♻️ renew dwm\n🐻 hibernate\n
|
||||
'🚪 leave dwm') kill -TERM "$(pgrep -u "$USER" "\bdwm$")" ;;
|
||||
'♻️ renew dwm') kill -HUP "$(pgrep -u "$USER" "\bdwm$")" ;;
|
||||
'🐻 hibernate') slock $ctl hibernate ;;
|
||||
'💤 sleep') slock $ctl suspend ;;
|
||||
'💤 sleep') slock $ctl suspend -i ;;
|
||||
'🔃 reboot') $ctl reboot -i ;;
|
||||
'🖥️shutdown') $ctl poweroff -i ;;
|
||||
'📺 display off') xset dpms force off ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user