From 903fdb4c7d5dca38e7a77ba7d01f9efbb5578743 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 5 Dec 2018 16:01:02 -0600 Subject: [PATCH] added the i3sleep alias. starts i3lock and puts system to sleep. --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index b31d9f2..d8ef34c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 ....='../../..'