From f29a5a2b31a7ab04e46a5928aa66da0c5dc9fbd4 Mon Sep 17 00:00:00 2001 From: Hugo Barrera Date: Tue, 9 Jun 2020 14:06:59 +0000 Subject: [PATCH] mako includes its own systemd service file now --- Systemd-integration.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Systemd-integration.md b/Systemd-integration.md index b9cc8b7..e886bf0 100644 --- a/Systemd-integration.md +++ b/Systemd-integration.md @@ -124,22 +124,6 @@ ExecStart=/usr/bin/swayidle -w \ resume 'swaymsg "output * dpms on"' \ 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] WantedBy=sway-session.target ``` \ No newline at end of file