Skip to content

Instantly share code, notes, and snippets.

@sugoidogo
Created August 4, 2023 11:00
Show Gist options
  • Save sugoidogo/d8c5c591fe2d9976b4462e79cd9499db to your computer and use it in GitHub Desktop.
Save sugoidogo/d8c5c591fe2d9976b4462e79cd9499db to your computer and use it in GitHub Desktop.
KDE Connect background service for steam deck
[Unit]
Description=KDE Connect Background Service
[Service]
User=1000
Environment=XDG_RUNTIME_DIR=/run/user/1000
Type=exec
ExecStart=dbus-launch /usr/lib/kdeconnectd -platform offscreen
BusName=org.kde.kdeconnect
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment