Friso Smit
Friso Smit
Dunst should be able to use multiple windows to diplay notifications. This would open the possibility to solve a lot of issues like: #45 #265 #770 #869 #1011 #1049 Initially...
When a notification with an action is closed, it becomes impossible to activate the action. Dunst could keep the action valid for a minute or so after a notification is...
A lot of bugs, like #1043 are caused by switching around the order in which rules and dbus properties are applied. To prevent this in the future, we should add...
The include keyword would work as follows. On any line in the configuration file you could write `include` followed by a file name (this could also be changed to only...
There have been discussions before about adding something like an `on_left_click` script for running a script when the user left clicks on a notification. If you would do it this...
Even with posix regex implemented (#1017) you cannot do negative matching (for example "appname is **not** firefox"). To achieve negative matching in an easy way, I'd suggest to allow writing...
Some programs set a timeout via dbus which is not always desirable. Add a setting that overrides this timeout. Note that the normal `timeout` setting shouldn't be changed. Ref: #1020
This setting is currently only able to be used globally. Make it a rule. Instructions for making a setting a rule can be found in `src/settings_data.h`. fixes partially #1020
Now dunst just makes a guess on which display is used or has some workaround. This might cause issues, like maybe #987.
The dunst readme could use some nice looking screenshots for its readme. Since some of you probably have spent some time fine-tuning your configs, I thought it would be nice...