changed handling of sleep and lockscreen to I3.

This commit is contained in:
Gabe Venberg 2019-07-22 17:24:55 -05:00
parent d88054554f
commit fdc6fd5889
4 changed files with 137 additions and 2 deletions

View file

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