Skip to content

Commit

Permalink
wrong description of ascending/descending
Browse files Browse the repository at this point in the history
  • Loading branch information
duarm committed Oct 3, 2023
1 parent 1a444c1 commit bc45361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dunst.5.pod
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,12 @@ Any other value is interpreted as a color, see COLORS
=item B<sort> (values: [true/false/id/urgency_ascending/urgency_descending/update], default: true)

If set to true or urgency_descending, display notifications with higher urgency above the others.
low first, then normal, then critical.
critical first, then normal, then low.

If set to false or id, sort notifications by id.

If set to urgency_ascending, notifications are sorted by urgency,
critical first, then normal, then low.
low first, then normal, then critical.

If set to update, notifications are sorted by their update_time.
So the most recent is always at the top. This means that if you set sort to update,
Expand Down

0 comments on commit bc45361

Please sign in to comment.