1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

Add DMS dbus notification service file

This commit is contained in:
purian23
2025-12-03 09:49:34 -05:00
parent 0ea0602aec
commit 33e655becd
12 changed files with 109 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=/usr/bin/dms run --session
SystemdService=dms.service

View File

@@ -6,6 +6,7 @@ Requisite=graphical-session.target
[Service]
Type=simple
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/dms run --session
ExecReload=/usr/bin/pkill -USR1 -x dms
Restart=always