updated readme

This commit is contained in:
Luxferre
2023-04-01 09:42:37 +03:00
parent 4d7cfcc6a0
commit c0d55ab984
+1 -1
View File
@@ -90,7 +90,7 @@ This functionality is too OS/environment-specific and thus can't be built **into
- for Linux + X11 GUI: `export BOPHER_CLIP='xsel -bi'` - for Linux + X11 GUI: `export BOPHER_CLIP='xsel -bi'`
- for Linux + Wayland (with `wl-clipboard` package): `export BOPHER_CLIP=wlcopy` - for Linux + Wayland (with `wl-clipboard` package): `export BOPHER_CLIP=wlcopy`
- for macOS: `export BOPHER_CLIP=pbcopy` - for macOS: `export BOPHER_CLIP=pbcopy`
- for GNU Screen environment (on any OS): `export BOPHER_CLIP='(read -rsd$'\x04' x; screen -X register . "$x")` - for GNU Screen environment (on any OS): `export BOPHER_CLIP='(read -rsd$'\x04' x; screen -X register . "$x")'`
Even then, this functionality isn't guaranteed to work on any system. Please verify by yourselves how your operating environment handles the clipboard and adjust this variable accordingly. Even then, this functionality isn't guaranteed to work on any system. Please verify by yourselves how your operating environment handles the clipboard and adjust this variable accordingly.