diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-15 15:27:47 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-10-15 15:27:47 +0200 |
commit | 4d4a846253b492fae3da17a43c4f5f559a0776e3 (patch) | |
tree | caf84b9599dfd8493f1b3aaeeebf4c8106132cea /config/X/dunst | |
parent | 826ce094fecc4c6e07faf6e8b91387c2ae49842c (diff) |
disabled age threshold
Diffstat (limited to 'config/X/dunst')
-rw-r--r-- | config/X/dunst/dunstrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc index 4975d0a..3d0eaed 100644 --- a/config/X/dunst/dunstrc +++ b/config/X/dunst/dunstrc @@ -171,7 +171,7 @@ # Show age of message if message is older than show_age_threshold # seconds. # Set to -1 to disable. - show_age_threshold = 60 + show_age_threshold = -1 # Specify where to make an ellipsis in long lines. # Possible values are "start", "middle" and "end". |