-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow follow mode to be modified by the rule #770
Comments
To do this dunst needs to be able to handle multiple window/display setups simultaneously. Since a basic assumption is that there is only 1 notification window this would take a lot of effort to implement currently. I'll keep this open, but I don't expect this to be picked up soon. |
@tsipinakis @fwsmit I have another idea that might make this issue obsolete if it is possible. I would like to use dunstctl to control follow value during runtime (no saving in config). We would probably need two dunstctl commands, one to get config entry value (or just follow) and one to set it. That would allow me to control Dunst from my wm. For example I would use it like so: |
It would be cool to set variables via |
@fwsmit Please keep this idea in mind as it may be useful for cases other than following. Regarding the hacky solution, I am already doing that since I created the issue. In my case I only need to kill dunst as it is started automatically when needed. |
The use case I want is to have monitor = 0 for all notifications except for those that match the rule. I want those to follow the keyboard. Basically I want to mark status bar notifications to follow keyboard but other notifications to remain on primary screen to preserve privacy in case of screen sharing
Example:
The text was updated successfully, but these errors were encountered: