Files
dotfiles/.config/systemd/user/dunst.service
2026-07-17 15:25:20 +02:00

13 lines
275 B
Desktop File

[Unit]
Description=Dunst notification daemon
Documentation=man:dunst(1)
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/dunst
ExecReload=/usr/bin/dunstctl reload
Slice=session.slice