mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-10-30 01:42:11 +01:00
12 lines
206 B
SYSTEMD
12 lines
206 B
SYSTEMD
|
|
[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
|