blob: caa256d4add8fb9551a19428f3fa61363b905d52 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[Unit]
Description=Lightweight notification daemon for Wayland
Documentation=man:mako(1)
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=%h/.nix-profile/bin/mako
ExecReload=%h/.nix-profile/bin/makoctl reload
Restart=on-failure
RestartSec=2s
[Install]
WantedBy=sway-session.target
|