Files
random-scripts/lock-screen.sh
T

8 lines
129 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
2023-04-29 01:18:06 -07:00
i3lock -e -n -i "$1"
2023-04-29 00:16:16 -07:00
xset -dpms
dunstctl set-paused false
mailnag &