Skip to content

Commit

Permalink
Default settings: notification_limit is 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tobast authored and fwsmit committed Mar 8, 2023
1 parent 0f92646 commit 2117544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
scale = 0

# Maximum number of notification (0 means no limit)
notification_limit = 0
notification_limit = 20

### Progress bar ###

Expand Down
2 changes: 1 addition & 1 deletion src/settings_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ static const struct setting allowed_settings[] = {
.section = "global",
.description = "Maximum number of notifications allowed",
.type = TYPE_INT,
.default_value = "0",
.default_value = "20",
.value = &settings.notification_limit,
.parser = NULL,
.parser_data = NULL,
Expand Down

0 comments on commit 2117544

Please sign in to comment.