7 lines
161 B
Bash
Executable file
7 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# pause notification daemon during screensaver, get notifications
|
|
# after unlocking
|
|
killall -SIGUSR1 dunst
|
|
i3lock -c 000000 -n
|
|
killall -SIGUSR2 dunst
|