diff options
| author | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
|---|---|---|
| committer | Ewy~ <ewy0@protonmail.com> | 2024-12-28 01:08:10 +0100 |
| commit | 059df2c6755bce70dbe1e68bdf47ea7c6cc2cb4f (patch) | |
| tree | c95fc3025a1c69ce5d1dbaf7e55121c2e70a152a /.config/systemd/user/kdeconnectd.service | |
updated commit
Diffstat (limited to '.config/systemd/user/kdeconnectd.service')
| -rw-r--r-- | .config/systemd/user/kdeconnectd.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/systemd/user/kdeconnectd.service b/.config/systemd/user/kdeconnectd.service new file mode 100644 index 0000000..def1bff --- /dev/null +++ b/.config/systemd/user/kdeconnectd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Connect your computer to your smartphone or tablet + +[Service] +ExecStart=env QT_QPA_PLATFORM=wayland /usr/bin/kdeconnectd + +[Install] +WantedBy=default.target |
