Closed ghost closed 1 month ago
Dunst has the ability to set overrdues or settings for a notification with a specific app name:
https://github.com/dunst-project/dunst/blob/53a2ff19728aa3584784b0cb313212a1ed3ef801/dunstrc#L346
Unfortunately doesn't seem you can set origin
here.
I was just wondering about the exact same thing. Allowing a different origin and offset for certain notifications would be great. It feels much more natural to me to have volume, microphone and brightness notifications at bottom center.
this feature has been implemented by someone's fork here: https://github.com/FT-Labs/phyOS-dunst
you can modify the origin of a notification through dunstify. it would be nice to have this integrated into the main version.
@voguelike , that feature is for Xresources configuration.
i'm not sure what you mean, here's a video showing off the dynamic origin feature from that fork. https://youtu.be/Ogs_bKH2ntQ?t=307
It reloads Xresources configuration and not the configuration file...
i take it that you didn't look at the video? it has absolutely nothing to do with xresources.
oh nice i didn't see that, it's a pretty neat feature but how does it relate to changing the origin of the notifications? i don't know what it has to do with this which is a completely different thing.
I think the main problem is that dunst uses a single window so you can't have multiple notifications at different origins at the same time.
for future reference now dunst supports hot reloading #1350
Issue description
I've set everything on dunstrc config to show on top left for all notifications. But I need volume level notifications to be exactly in the middle of the screen. Is it possible ?
Currently I'm using these bindings:
But they show at the configured position. I wanna set it to middle of the screen on the fly, unlike the rest of the notifications that appear at the corner.
Installation info
1.9.0
pacman -S dunst
i3-gaps
Minimal dunstrc
```ini # Dunstrc here ```