mirror of
https://github.com/1Password/arboard.git
synced 2025-07-07 13:25:18 +00:00
Fix grammar and typos in README
Some checks failed
Test / rustfmt (push) Failing after 2s
Test / clippy (macos-latest, 1.71.0) (push) Has been skipped
Test / clippy (macos-latest, stable) (push) Has been skipped
Test / clippy (ubuntu-latest, 1.71.0) (push) Has been skipped
Test / clippy (ubuntu-latest, stable) (push) Has been skipped
Test / clippy (windows-latest, 1.71.0) (push) Has been skipped
Test / clippy (windows-latest, stable) (push) Has been skipped
Test / test (macos-latest) (push) Has been skipped
Test / test (windows-latest) (push) Has been skipped
Test / miri (windows-latest) (push) Has been skipped
Test / semver (push) Has been cancelled
Some checks failed
Test / rustfmt (push) Failing after 2s
Test / clippy (macos-latest, 1.71.0) (push) Has been skipped
Test / clippy (macos-latest, stable) (push) Has been skipped
Test / clippy (ubuntu-latest, 1.71.0) (push) Has been skipped
Test / clippy (ubuntu-latest, stable) (push) Has been skipped
Test / clippy (windows-latest, 1.71.0) (push) Has been skipped
Test / clippy (windows-latest, stable) (push) Has been skipped
Test / test (macos-latest) (push) Has been skipped
Test / test (windows-latest) (push) Has been skipped
Test / miri (windows-latest) (push) Has been skipped
Test / semver (push) Has been cancelled
This commit is contained in:
parent
4f9bff86dc
commit
90f8f526f4
1 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@ environments that exist in the wild today. `arboard` will use the `Clipboard` se
|
|||
but the [LinuxClipboardKind](https://docs.rs/arboard/latest/arboard/enum.LinuxClipboardKind.html)
|
||||
selector lets you operate on the `Primary` or `Secondary` clipboard selections (if supported).
|
||||
|
||||
However, Wayland is becoming the majority default as of 2025 (with some distributions)
|
||||
However, Wayland is becoming the majority default as of 2025. Some distributions are
|
||||
even considering the removal of X by default. To support Wayland correctly, `arboard` users
|
||||
should enable the `wayland-data-control` feature. If enabled, it will be prioritized over the X clipboard.
|
||||
|
||||
Wayland support is not enabled by default because it may be counterintuitive
|
||||
to some users: it relies on the data-control extension protocols,
|
||||
which _are not_ support all Wayland compositors. You can check compositor support on `wayland.app`:
|
||||
to some users: it relies on the data-control protocol extension(s), which _are not_
|
||||
supported by all Wayland compositors. You can check compositor support on `wayland.app`:
|
||||
- [ext-data-control-v1](https://wayland.app/protocols/ext-data-control-v1)
|
||||
- [wlr-data-control-unstable-v1](https://wayland.app/protocols/wlr-data-control-unstable-v1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue