alias: standby

This commit is contained in:
Michael Grote 2021-07-29 09:45:56 +02:00
parent 234121398c
commit d91c62e102

View file

@ -18,6 +18,7 @@ alias scw="watch systemctl status"
alias hostname="hostname -f"
alias untar="tar -xzf"
alias suspend="i3lock -c 000000 && systemctl suspend"
alias standby="i3lock -c 000000 && systemctl suspend"
alias hibernate="i3lock -c 000000 && systemctl hibernate"
# git
alias gsps="git stash && git pull && git stash pop"