This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/systemd/kdeconnectd.service

17 lines
297 B
SYSTEMD
Raw Normal View History

2022-04-17 01:01:03 +02:00
# {{ header() }}
[Unit]
Description=Wayland equivalent of autorandr.
Documentation=https://sr.ht/~emersion/kanshi/
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/bin/env _kdeconnectd
2022-04-21 11:55:46 +02:00
Restart=always
StartLimitBurst=2
StartLimitInterval=1
2022-04-17 01:01:03 +02:00
[Install]
WantedBy=sway-session.target