First commit

This commit is contained in:
Yorick Barbanneau 2022-11-29 00:27:56 +01:00
commit 3e88db9045
5 changed files with 191 additions and 0 deletions

15
files/mako.service Normal file
View file

@ -0,0 +1,15 @@
[Unit]
Description=Lightweight Wayland notification daemon
Documentation=man:mako(1)
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecCondition=/bin/sh -c '[ -n "$WAYLAND_DISPLAY" ]'
ExecStart=/usr/bin/mako
ExecReload=/usr/bin/makoctl reload
[Install]
WantedBy=sway-session.target