added the i3sleep alias. starts i3lock and puts system to sleep.

This commit is contained in:
Gabe Venberg 2018-12-05 16:01:02 -06:00
parent 93cc2c4b0d
commit 903fdb4c7d

View file

@ -94,6 +94,8 @@ local LOCAL_ZSHRC=$HOME/.config/zshlocal # Allow the local machine to have
alias vim="nvim"
alias vimdiff="nvim -d"
alias mutt="neomutt"
#i3sleep locks the screen and puts the system to sleep
alias i3sleep="i3lock && systemctl suspend"
#alias -g ...='../..'
#alias -g ....='../../..'