mako includes its own systemd service file now

Hugo Barrera 2020-06-09 14:06:59 +00:00
parent b8e0fcc35c
commit f29a5a2b31

@ -124,22 +124,6 @@ ExecStart=/usr/bin/swayidle -w \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
[Install]
WantedBy=sway-session.target
```
### mako
```ini
[Unit]
Description=A lightweight Wayland notification daemon
Documentation=man:mako(1)
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/mako
[Install] [Install]
WantedBy=sway-session.target WantedBy=sway-session.target
``` ```