aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-12-02 23:12:21 +0200
committersrdusr <trevorgray@srdusr.com>2022-12-02 23:12:21 +0200
commit35379500c06fa207842cb78cb3293eed1a742049 (patch)
tree008f3caa4b0a3209f30a7adad8fa760eabae0af0 /.config
parent0383916005b10e271baa7d743687cda8d938affe (diff)
downloaddotfiles-35379500c06fa207842cb78cb3293eed1a742049.tar.gz
dotfiles-35379500c06fa207842cb78cb3293eed1a742049.zip
Removed lockscreen for hibernation since it's redundant
Diffstat (limited to '.config')
-rw-r--r--.config/zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 70cac6e..6632b9b 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -349,8 +349,8 @@ alias ln='ln -i'
alias rm='rm -i'
# suspend(sleep)/hibernate and lock screen if using systemctl
-alias suspend='systemctl suspend | betterlockscreen --lock dimblur'
-alias hibernate='systemctl hibernate | betterlockscreen --lock dimblur'
+alias suspend='systemctl suspend && betterlockscreen --lock dimblur'
+alias hibernate='systemctl hibernate'
########## Source Plugins, should be last ##########