random-scripts/lock-screen.sh

8 lines
174 B
Bash
Executable File

#!/usr/bin/env zsh
dunstctl set-paused true
xset dpms 0 0 15
i3lock -e -n -i "${HOME}/Pictures/Screensavers/Lyza and Riko.png"
xset -dpms
dunstctl set-paused false
mailnag &