This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/systemd/mako.service

15 lines
281 B
SYSTEMD

# {{ header() }}
[Unit]
Description= Lightweight notification daemon for Wayland compositors.
Documentation=https://github.com/emersion/mako/wiki
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/mako
Restart=always
[Install]
WantedBy=sway-session.target