ignore_dbusclose: Add dunstrc example and man page section
This commit is contained in:
parent
0a08cefc68
commit
7796f7f848
@ -515,6 +515,13 @@ Close all notifications.
|
|||||||
|
|
||||||
=back
|
=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
|
=back
|
||||||
|
|
||||||
=head2 Shortcut section B<DEPRECATED SEE DUNSTCTL>
|
=head2 Shortcut section B<DEPRECATED SEE DUNSTCTL>
|
||||||
|
6
dunstrc
6
dunstrc
@ -224,6 +224,12 @@
|
|||||||
# notification height to avoid clipping text and/or icons.
|
# notification height to avoid clipping text and/or icons.
|
||||||
corner_radius = 0
|
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
|
### Legacy
|
||||||
|
|
||||||
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user