nect
nect
``` Keyboard shortcuts are defined in the following format: "Modifier+key" where the modifier is one of ctrl,mod1,mod2,mod3,mod4 and key is any keyboard key. Note that the keyboard shortcuts have been...
> But it looks like notification only work if you switch the user (su) if the script was executed as root/system. At least I couldn't find another way to notify...
> > > this is correct. if you want there are some programs that make your life easier though: https://wiki.archlinux.org/title/Desktop_notifications#Send_notifications_to_another_user > > I need a solution, which will work on...
The sort option is your friend :) ``` sort (values: [true/false/id/urgency_ascending/urgency_descending/update], default: true) If set to true or urgency_descending, display notifications with higher urgency above the others. critical first, then...
thanks for pointing this out. the close action closes the notification at the top of the queue and I would prefer to keep compatibility. maybe we can add a dunstctl...
Ops you arw right. We have #1348 still pending
> This PR introduces the generation of an AppImage. > > [Some context here](https://github.com/dunst-project/dunst/issues/432#issuecomment-2451563613) > > The produced appimage uses the static appimage runtime and bundles all the libraries and...
Hello, I tried it and it seems to work well. I have only two notes: * Should this be run everytime or on releases? * Currently the name of the...
> Why not both? > sure enough 🤣 > Not sure what to do in this case though, the `1.11.0-non-git` is reported by dunst itself The non git name is...
> > The non git name is given as a fallback. the preferred version is obtained with `git describe --tags` which gives both the tag and a short coimmit hash....