13 lines
782 B
INI
13 lines
782 B
INI
[D-BUS Service]
|
|
# Route D-Bus activation of the freedesktop notification name to beacon instead
|
|
# of dunst. The dunst package ships /usr/share/dbus-1/services/org.knopwob.dunst.service
|
|
# which also claims Name=org.freedesktop.Notifications, so without this file D-Bus
|
|
# auto-activates dunst the moment any app posts a notification and dunst grabs the
|
|
# name before beacon can (beacon then exits on name-lost — see beacon/main.py).
|
|
# A service file in ~/.local/share/dbus-1/services/ takes precedence over /usr/share,
|
|
# so this wins the name resolution for org.freedesktop.Notifications.
|
|
#
|
|
# Deployed to ~/.local/share/dbus-1/services/ at install time (see updater.conf).
|
|
Name=org.freedesktop.Notifications
|
|
Exec=/home/themiro/Dotfiles/desktopenvs/hyprdrive/scripts/beacon-start.sh
|