diff options
| -rwxr-xr-x | .i3lock/lock.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { |
