summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2022-03-22 15:10:45 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2022-03-22 15:10:45 +0200
commite6ca53f5805c23efb72c00b08b43a9fffcb9320a (patch)
tree636d7fbeabf966e88a95b5b087a3a54b0f973b36
parentc4d48574c79ba870e48f05af1f36075b6ca340b0 (diff)
downloaddotfiles-e6ca53f5805c23efb72c00b08b43a9fffcb9320a.tar
dotfiles-e6ca53f5805c23efb72c00b08b43a9fffcb9320a.tar.gz
dotfiles-e6ca53f5805c23efb72c00b08b43a9fffcb9320a.zip
Added potential fix for dunst notifications on lock screen
-rwxr-xr-x.i3lock/lock.sh1
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 () {