Add system will lock before suspend/hibernate (#797)
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
This commit is contained in:
parent
38815c3ad1
commit
4493d431e3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ cmds="\
|
|||
🔒 lock slock
|
||||
🚪 leave dwm kill -TERM $(pgrep -u $USER "\bdwm$")
|
||||
♻ renew dwm kill -HUP $(pgrep -u $USER "\bdwm$")
|
||||
🐻 hibernate ${hib:-sudo -A systemctl suspend-then-hibernate}
|
||||
🐻 hibernate slock ${hib:-systemctl suspend-then-hibernate -i}
|
||||
🔃 reboot ${reb:-sudo -A reboot}
|
||||
🖥 shutdown ${shut:-sudo -A shutdown -h now}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue