summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 12:32:00 +0200
committerYuval Adam <_@yuv.al>2026-07-24 12:32:00 +0200
commit8e64e5eef0173b3f7586404650151acc684e57d7 (patch)
treee99ddec68a0b9f43ec685e5be7573cbd8c5dd35c /README.md
parent0747fd8318a092778d420eeee55851cf49ee8aec (diff)
Use XWayland clipboard bridge for reliable copying
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f494b3..9773ce5 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ systemctl --user enable --now parley.service
The package deliberately does not bundle the runtime or model. Put `transcribe-cli` on `PATH` (for example at `~/.local/bin/transcribe-cli`) and the model at `~/.local/share/parley/models/parakeet-unified-en-0.6b-Q8_0.gguf`, or set the documented environment overrides. User-manager environment overrides can be placed in `~/.config/environment.d/parley.conf`; log in again after changing them.
-The daemon uses GDK 4 for clipboard ownership and `notify-send` for prototype notifications.
+The prototype daemon uses `xclip` through GNOME's XWayland clipboard bridge and `notify-send` for notifications.
## Planned first milestone