Clean up some files

This commit is contained in:
2025-11-30 15:27:36 -08:00
parent 3bcfe87647
commit 7495893723
2 changed files with 37 additions and 42 deletions

14
systemd/dunst.service Normal file
View File

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