Files
random-scripts/lock-screen.sh
T
2023-04-29 01:18:06 -07:00

8 lines
129 B
Bash
Executable File

#!/usr/bin/env zsh
dunstctl set-paused true
xset dpms 0 0 15
i3lock -e -n -i "$1"
xset -dpms
dunstctl set-paused false
mailnag &