xinitrc - replace with systemd stuffs
This commit is contained in:
parent
da7c0c65db
commit
f6b0e63042
13 changed files with 67 additions and 45 deletions
10
config/systemd/user/dunst.service
Normal file
10
config/systemd/user/dunst.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Dunst Notification Daemon
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/dunst
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue