ignore_dbusclose: Add dunstrc example and man page section

This commit is contained in:
matclab 2020-07-12 12:50:37 +02:00
parent 0a08cefc68
commit 7796f7f848
2 changed files with 13 additions and 0 deletions

View File

@ -515,6 +515,13 @@ Close all notifications.
=back
=item B<ignore_dbusclose> (default: false)
Ignore the dbus closeNotification message. This is useful to enforce the timeout
set by dunst configuration. Without this parameter, an application may close
the notification sent before the user defined timeout.
=back
=head2 Shortcut section B<DEPRECATED SEE DUNSTCTL>

View File

@ -224,6 +224,12 @@
# notification height to avoid clipping text and/or icons.
corner_radius = 0
# Ignore the dbus closeNotification message.
# Useful to enforce the timeout set by dunst configuration. Without this
# parameter, an application may close the notification sent before the
# user defined timeout.
ignore_dbusclose = false
### Legacy
# Use the Xinerama extension instead of RandR for multi-monitor support.