diff options
| author | Shaw <eastwoodshaw@gmail.com> | 2020-11-14 20:16:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 15:16:13 -0500 |
| commit | 4493d431e3654e4ad59aa11f7419b71048872e5d (patch) | |
| tree | 62095fd893c005c6012200dcf39958028589c103 | |
| parent | 38815c3ad1a3ab75892b8146b424a2bc5e7c84cc (diff) | |
| download | eibhear-4493d431e3654e4ad59aa11f7419b71048872e5d.tar.gz eibhear-4493d431e3654e4ad59aa11f7419b71048872e5d.tar.zst eibhear-4493d431e3654e4ad59aa11f7419b71048872e5d.zip | |
Add system will lock before suspend/hibernate (#797)
Co-authored-by: Luke Smith <luke@lukesmith.xyz>
| -rwxr-xr-x | .local/bin/sysact | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sysact b/.local/bin/sysact index e73981f..9dc398b 100755 --- a/.local/bin/sysact +++ b/.local/bin/sysact @@ -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}" |
