Move Sway to systemd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
677da6b5bd
commit
2549bb1880
26 changed files with 264 additions and 131 deletions
10
home/.config/systemd/user/kdeconnect-indicator.service
Normal file
10
home/.config/systemd/user/kdeconnect-indicator.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Indicator and UI for KDE Connect
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/kdeconnect-indicator
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Add table
Add a link
Reference in a new issue