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

# {{ header() }}
[Unit]
Description=Wayland equivalent of autorandr.
Documentation=https://sr.ht/~emersion/kanshi/
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/bin/env _kdeconnectd
Restart=always
StartLimitBurst=2
StartLimitInterval=1
[Install]
WantedBy=sway-session.target