[dunst] feat: update config with upstream

This commit is contained in:
David JULIEN 2022-03-04 19:16:06 +01:00
parent c021088223
commit f33c1ff1ed
1 changed files with 1 additions and 17 deletions

View File

@ -38,13 +38,7 @@
# Scale factor. It is auto-detected if value is 0.
scale = 0
# Maximum number of notification (0 means no limit)
notification_limit = 0
### Progress bar ###
# Turn on the progess bar. It appears when a progress hint is passed with
# for example dunstify -h int:value:12
# Turn on the progess bar
progress_bar = true
# Set the progress bar height. This includes the frame, so make sure
@ -237,16 +231,6 @@
# user defined timeout.
ignore_dbusclose = false
### Wayland ###
# These settings are Wayland-specific. They have no effect when using X11
# Uncomment this if you want to let notications appear under fullscreen
# applications (default: overlay)
# layer = top
# Set this to true to use X11 output on Wayland.
force_xwayland = false
### Legacy
# Use the Xinerama extension instead of RandR for multi-monitor support.