You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 way, you'll have to add a script action for each type of event. Instead I would like to propose adding an event rule that allows you to do that and much more. This is what the same on_left_click would look like in the dunstrc:
[run_script]event= on_left_click
script= ~/left_click_script # maybe rename this option to run_script
That's one way to use it, but it's much more flexible than that. In #878 there was a request to add a scroll bar for long notifications. That's not really an option, but you could make it so that when you right click a notification you make it bigger to be able to read more text from it.
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 way, you'll have to add a script action for each type of event. Instead I would like to propose adding anevent
rule that allows you to do that and much more. This is what the sameon_left_click
would look like in the dunstrc:That's one way to use it, but it's much more flexible than that. In #878 there was a request to add a scroll bar for long notifications. That's not really an option, but you could make it so that when you right click a notification you make it bigger to be able to read more text from it.
Possible events include
This will replace the
mouse_*_click
setting.Related: #753
The text was updated successfully, but these errors were encountered: