dunst: Update dunstctl for comatibility with upstream script

This commit is contained in:
2022-01-14 16:31:19 +01:00
parent 0228edc5c7
commit 7661621c00
3 changed files with 7 additions and 7 deletions

View File

@@ -52,10 +52,10 @@ reset_screen() {
lock_and_screen_off() {
lock &
_pid=$!
dunstctl disable
dunstctl set-paused true
screen_off
wait $_pid
dunstctl enable
dunstctl set-paused false
reset_screen
}