diff options
author | Yaroslav <contact@yaroslavps.com> | 2019-11-16 22:43:49 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2019-11-16 22:43:49 +0300 |
commit | 6e63a198dc322091c1e55ebdf5e110ea06814fd1 (patch) | |
tree | e222e810349b00ffda395a5937711717900e3ed3 /dotfiles/.scripts/swaysession | |
parent | fd219d720d260bbb4e8947b9255f8573e9447991 (diff) | |
download | swayrice-6e63a198dc322091c1e55ebdf5e110ea06814fd1.tar.gz swayrice-6e63a198dc322091c1e55ebdf5e110ea06814fd1.zip |
bemenu scripts updated for new look
Diffstat (limited to 'dotfiles/.scripts/swaysession')
-rwxr-xr-x | dotfiles/.scripts/swaysession | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.scripts/swaysession b/dotfiles/.scripts/swaysession index 17f99ca..0507368 100755 --- a/dotfiles/.scripts/swaysession +++ b/dotfiles/.scripts/swaysession @@ -23,7 +23,7 @@ case "$1" in reboot) $logind reboot ;; - shutdown) + poweroff) $logind poweroff ;; *) |