-
Hello everyone, I integrated dunst to my Hyprland setup and it works very well. The thing is I don't really understand how to notify a user running Hyprland (me) from another user like root or in a service or udev rule. I tried to run the command with the following environment variables:
It just changed the error message that I am getting: Error receiving data: Connection reset by peer Do you have any idea what I am doing wrong and if it is even possible to get this working on Hyprland? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Rather than dunst directly something like this should probably be done by the notify client, for example With a quick search I found this: But basically it tells you to change the user with sudo before sending the notification |
Beta Was this translation helpful? Give feedback.
Rather than dunst directly something like this should probably be done by the notify client, for example
notify-send
.With a quick search I found this:
https://superuser.com/questions/342626/notify-send-to-other-user-on-the-same-system
But basically it tells you to change the user with sudo before sending the notification