dotfiles/i3/scripts/suspend-lock.sh

6 lines
138 B
Bash
Executable file

#!/usr/bin/env sh
set -e
xset s dpms 0 0 0
i3lock --color 202f56 --ignore-empty-password --show-failed-attempts --nofork
xset s off -dpms