diff options
| Commit | e6ca53f5805c23efb72c00b08b43a9fffcb9320a (patch ) | |
|---|---|---|
| Author | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-03-22 15:10:45 +0200 |
| Committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-03-22 15:10:45 +0200 |
| Files | 636d7fbeabf966e88a95b5b087a3a54b0f973b36 /.i3lock/lock.sh | |
| dotfiles-e6ca53f5805c23efb72c00b08b43a9fffcb9320a.tar dotfiles-e6ca53f5805c23efb72c00b08b43a9fffcb9320a.tar.gz dotfiles-e6ca53f5805c23efb72c00b08b43a9fffcb9320a.zip | ||
| Parent | c4d48574c79ba870e48f05af1f36075b6ca340b0 (diff) | |
Added potential fix for dunst notifications on lock screen
1 files changed, 1 insertions, 0 deletions
| -rwxr-xr-x | .i3lock/lock.sh | 1 |
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 () { |
