Add mako configuration
This commit is contained in:
parent
867c5b2c38
commit
026e009166
2 changed files with 22 additions and 0 deletions
12
systemd/user/mako.service
Normal file
12
systemd/user/mako.service
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=A lightweight Wayland notification daemon
|
||||
Documentation=man:mako(1)
|
||||
PartOf=graphical-session.target
|
||||
Conflicts=dunst.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mako
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
||||
Loading…
Reference in a new issue