i installed i3 in qubes os, and it uses dunst for notifications, they’re not themed at all
is there a way to use the same notification as in xfce but when using i3? anyone know how to do this?
i installed i3 in qubes os, and it uses dunst for notifications, they’re not themed at all
is there a way to use the same notification as in xfce but when using i3? anyone know how to do this?
Create a new dbus service in dom0 /usr/share/dbus-1/services/org.freedesktop.Notifications.service and add the following content:
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/lib64/xfce4/notifyd/xfce4-notifyd
Then, you can uninstall Dunst if you want.
thanks, it worked!!