Add user systemd services (sway, redshift, nm-applet...)
This commit is contained in:
parent
284dd752dc
commit
145b8ddcd3
11 changed files with 125 additions and 0 deletions
15
.config/systemd/user/mako.service
Normal file
15
.config/systemd/user/mako.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Lightweight Wayland notification daemon
|
||||
Documentation=man:mako(1)
|
||||
PartOf=sway-session.target
|
||||
After=sway-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
|
Loading…
Add table
Add a link
Reference in a new issue