diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index aca8360..aad0cc1 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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.