i3/polybar/bash: i3lock

This commit is contained in:
Michael Grote 2021-07-03 11:56:18 +02:00
parent ddf56e8fce
commit 0bd2ab4581
2 changed files with 4 additions and 4 deletions

View file

@ -20,8 +20,8 @@ alias v="vim"
alias vi="vim"
alias vm="vim"
alias vom="vim"
alias suspend="systemctl suspend"
alias hibernate="systemctl hibernate"
alias suspend="i3lock -c 000000 && systemctl suspend"
alias hibernate="i3lock -c 000000 && systemctl hibernate"
# git
alias gsps="git stash && git pull && git stash pop"
# typo

View file

@ -238,9 +238,9 @@ menu-1-0-exec = reboot
menu-2-0 = power off
menu-2-0-exec = poweroff
menu-3-0 = suspend
menu-3-0-exec = systemctl suspend
menu-3-0-exec = i3lock -c 000000 && systemctl suspend
menu-4-0 = hibernate
menu-4-0-exec = systemctl hibernate
menu-4-0-exec = i3lock -c 000000 && systemctl hibernate
[settings]
screenchange-reload = true