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

Revert "Add DMS dbus notification service file"

This reverts commit 33e655becd.
This commit is contained in:
purian23
2025-12-03 11:48:56 -05:00
parent c2f478b088
commit 50b112c9d6
11 changed files with 7 additions and 42 deletions

View File

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

View File

@@ -6,7 +6,6 @@ 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