Replies: 2 comments 8 replies
-
I think that |
Beta Was this translation helpful? Give feedback.
1 reply
-
@fwsmit @zappolowski @bebehei sorry to bother, could you tell me your idea on this |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
One of the milestones for dunst v2 is an overhaul of the rule syntax for better consistency.
See #1333 and #349
TLDR: we want to change the (arbitrary) name of the rule filters and setters to a consistent style.
For example
msg_urgency & urgency
->set_urgency & match_urgency
new_icon & icon
->set_icon & match_icon
...etc
That said, I am not sure if to use
match_
or not. What is your opinion as a dunst user?7 votes ·
Beta Was this translation helpful? Give feedback.
All reactions