From e6ca53f5805c23efb72c00b08b43a9fffcb9320a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Tue, 22 Mar 2022 15:10:45 +0200 Subject: Added potential fix for dunst notifications on lock screen --- .i3lock/lock.sh | 1 + 1 file changed, 1 insertion(+) (limited to '.i3lock/lock.sh') diff --git a/.i3lock/lock.sh b/.i3lock/lock.sh index 4d0b4b0..e226b20 100755 --- a/.i3lock/lock.sh +++ b/.i3lock/lock.sh @@ -16,6 +16,7 @@ before_locking () { # https://github.com/dunst-project/dunst/issues/697 # https://wiki.archlinux.org/title/Dunst#Disable_dunst_temporarily dunstctl set-paused true + sleep 0.1 # Could fix notifications sometimes being shown https://github.com/dunst-project/dunst/issues/697#issuecomment-1045122705 } before_suspend () { -- cgit v1.2.3