mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
mako includes its own systemd service file now
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
|
||||||
```
|
```
|
Loading…
Reference in a new issue