Created
October 9, 2018 02:37
-
-
Save PedroHLC/7764e82fde94f54829c4fd47a0eaa822 to your computer and use it in GitHub Desktop.
What I'm using to start kdeconnect in archlinux with i3 right now...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=KDE Connect | |
After=graphical.target | |
[Service] | |
Environment=DISPLAY=:0 | |
ExecStart=/usr/lib/kdeconnectd | |
ExecStop=/usr/bin/kquitapp5 kdeconnectd | |
Restart=on-failure | |
BusName=org.kde.kdeconnect | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment