Skip to content

Commit 2117544

Browse files
tobastfwsmit
authored andcommitted
Default settings: notification_limit is 20
1 parent 0f92646 commit 2117544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dunstrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
scale = 0
4040

4141
# Maximum number of notification (0 means no limit)
42-
notification_limit = 0
42+
notification_limit = 20
4343

4444
### Progress bar ###
4545

src/settings_data.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ static const struct setting allowed_settings[] = {
14651465
.section = "global",
14661466
.description = "Maximum number of notifications allowed",
14671467
.type = TYPE_INT,
1468-
.default_value = "0",
1468+
.default_value = "20",
14691469
.value = &settings.notification_limit,
14701470
.parser = NULL,
14711471
.parser_data = NULL,

0 commit comments

Comments
 (0)