config_sway/systemd/user/dunst.service

13 lines
234 B
SYSTEMD
Raw Normal View History

2025-01-09 09:11:12 +01:00
X[Unit]
Description=Dunst notification daemon
Documentation=man:dunst(1)
PartOf=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/dunst
[Install]
WantedBy=graphical-session.target