From 4d4a846253b492fae3da17a43c4f5f559a0776e3 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 15 Oct 2023 15:27:47 +0200 Subject: disabled age threshold --- config/X/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/X/dunst/dunstrc') 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". -- cgit v1.2.3 From 6c78112e19f44ef79eebf1076041feff83c303e6 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 16 Oct 2023 12:08:31 +0200 Subject: fix typo --- config/X/dunst/dunstrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/X/dunst/dunstrc') diff --git a/config/X/dunst/dunstrc b/config/X/dunst/dunstrc index 3d0eaed..a83f45f 100644 --- a/config/X/dunst/dunstrc +++ b/config/X/dunst/dunstrc @@ -30,7 +30,7 @@ height = 80 # Position the notification in the top right corner - origin = right + origin = top-right # Offset from the origin offset = 10x10 -- cgit v1.2.3