dotfiles/i3/scripts/suspend.sh

9 lines
141 B
Bash

#!/usr/bin/env bash
# check if locked
if !(pgrep -x "i3lock" > /dev/null)
then
bash ~/.config/i3/scripts/i3lock.sh
fi
systemctl suspend