sway: add/update services
This commit is contained in:
parent
e60a4ec31e
commit
ff9b5c93a1
4 changed files with 33 additions and 1 deletions
12
systemd/user/dunst.service
Normal file
12
systemd/user/dunst.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue