random-scripts/lock-screen.sh

8 lines
174 B
Bash
Raw Normal View History

2023-04-29 00:16:16 -07:00
#!/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 &