diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-14 19:23:11 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-14 19:23:11 +0200 |
| commit | 32f88e68dfa9489ef09408b3dd34180b76357750 (patch) | |
| tree | 5de488805b6e040a1459da58b4e7289ad04c18c3 /desktop/README.md | |
| parent | f8156ce853b1a74fb0bd6db4c5734a42933daee2 (diff) | |
| download | quickshell-32f88e68dfa9489ef09408b3dd34180b76357750.tar.gz quickshell-32f88e68dfa9489ef09408b3dd34180b76357750.zip | |
docs: record the KDE Connect traps
No D-Bus module means shell-outs and no push; the daemon and the
indicator are separate; the battery plugin is not on every device; and
qdbus reads properties and methods through one call shape.
Diffstat (limited to 'desktop/README.md')
| -rw-r--r-- | desktop/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/README.md b/desktop/README.md index f0345eb..4d1e622 100644 --- a/desktop/README.md +++ b/desktop/README.md @@ -142,6 +142,11 @@ The drawer is the only place network and Bluetooth are managed. The drawer replaces waybar's own network and Bluetooth indicators; removing them is a live-configuration change outside this repo. +The drawer is the only KDE Connect surface, so the `kdeconnect-indicator` +autostart line was removed in the same change. The `kdeconnectd` daemon is a +separate system autostart and stays; the phone-to-PC clipboard is the daemon's, +not the indicator's. + ## Theme `Theme.qml` is a symlink to `shared/Theme.qml`, as in every component here. |
