Revert "Remove our complex clipboard logic, use clipboard-ext crate instead"

This reverts commit 8bfe173a18.
This commit is contained in:
timvisee 2020-02-14 00:24:14 +01:00
parent 5b088610dd
commit 5f21b87937
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
7 changed files with 283 additions and 28 deletions

View file

@ -574,8 +574,8 @@ Some environment variables may be set at compile time to tweak some defaults.
| Variable | Description |
| :----------- | :------------------------------------------------------------------------- |
| `XCLIP_PATH` | Set fixed `xclip` binary path when using `clipboard` (Linux, *BSD) |
| `XSEL_PATH` | Set fixed `xsel` binary path when using `clipboard` (Linux, *BSD) |
| `XCLIP_PATH` | Set fixed `xclip` binary path when using `clipboard-bin` (Linux, *BSD) |
| `XSEL_PATH` | Set fixed `xsel` binary path when using `clipboard-bin` (Linux, *BSD) |
At this time, no configuration or _dotfile_ file support is available.
This will be something added in a later release.