Add a tip to the docs about how to skip initial display

My usecase is that I don't want to get notified for every new song
that plays (it's distracting), but I do want to bring them up via the
notification history.
This commit is contained in:
Michael Sloan 2019-01-13 01:39:36 -08:00
parent 5627d06070
commit 81de607e88

View File

@ -645,6 +645,10 @@ together. The default stack_stag value is set from the string hints
"synchronous", "private-synchronous", "x-canonical-private-synchronous", and "synchronous", "private-synchronous", "x-canonical-private-synchronous", and
"x-dunst-stack-tag". "x-dunst-stack-tag".
If you want to skip display of a notification, but still have it in
history, setting 'timeout' to "1ms" will essentially skip initial
display.
=back =back
=head2 SCRIPTING =head2 SCRIPTING