dotfiles/i3/lock.sh
2025-07-10 11:07:38 +02:00

5 lines
135 B
Bash
Executable file

#!/bin/sh
set -e
xset s off dpms 0 10 0
i3lock --color=1E222A --ignore-empty-password --show-failed-attempts --nofork
xset s off -dpms