sway: Migrate exec{,_always} to systemd user units
parent
d7e8485f6e
commit
751e824d57
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Bluetooth Manager Applet
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=blueman-applet
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Fcitx5 Input Method Daemon
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=fcitx5
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Mako Notification Daemon
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=mako --config %h/.config/mako/mako.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Indicator for NetworkManager
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=nm-applet --indicator
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=NWG Drawer Provider
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=nwg-drawer -r
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Reference in New Issue