We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f92646 commit 2117544Copy full SHA for 2117544
dunstrc
@@ -39,7 +39,7 @@
39
scale = 0
40
41
# Maximum number of notification (0 means no limit)
42
- notification_limit = 0
+ notification_limit = 20
43
44
### Progress bar ###
45
src/settings_data.h
@@ -1465,7 +1465,7 @@ static const struct setting allowed_settings[] = {
1465
.section = "global",
1466
.description = "Maximum number of notifications allowed",
1467
.type = TYPE_INT,
1468
- .default_value = "0",
+ .default_value = "20",
1469
.value = &settings.notification_limit,
1470
.parser = NULL,
1471
.parser_data = NULL,
0 commit comments