mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-13 04:37:43 +02:00
fixed suspend :) (lock now doesn't fork when --suspend flag is passed)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# check if locked
|
||||
if !(pgrep -x "i3lock" > /dev/null)
|
||||
then
|
||||
bash ~/.config/i3/scripts/i3lock.sh
|
||||
bash ~/.config/i3/scripts/i3lock.sh --suspend
|
||||
fi
|
||||
|
||||
systemctl suspend
|
Reference in New Issue
Block a user