fix: revert instructions on using TEXT

This commit is contained in:
yory8 2019-11-01 09:55:47 +01:00
parent 25eed720e0
commit 38ccca1a92
2 changed files with 2 additions and 6 deletions

View file

@ -1,9 +1,5 @@
# Next # Next
**Notable Bug Fixes**
- we change instructions to use `wl-paste -t TEXT` rather than the incorrect `wl-paste -t text`
# 1.2.0 # 1.2.0
**New features** **New features**

View file

@ -16,8 +16,8 @@ Archlinux users can find a PKGBUILD [here](https://aur.archlinux.org/packages/cl
## Usage ## Usage
Run the binary in your Sway session by adding `exec wl-paste -t TEXT --watch clipman store` (or `exec wl-paste -t TEXT --watch clipman store 1>> PATH/TO/LOGFILE 2>&1 &` to log errors) at the beginning of your config. Run the binary in your Sway session by adding `exec wl-paste -t text --watch clipman store` (or `exec wl-paste -t text --watch clipman store 1>> PATH/TO/LOGFILE 2>&1 &` to log errors) at the beginning of your config.
For primary clipboard support, also add `exec wl-paste -p -t TEXT --watch clipman store --histpath="~/.local/share/clipman-primary.json`. For primary clipboard support, also add `exec wl-paste -p -t text --watch clipman store --histpath="~/.local/share/clipman-primary.json`.
To query the history and select items, run the binary as `clipman pick`. You can assign it to a keybinding: `bindsym $mod+h exec clipman pick`. To query the history and select items, run the binary as `clipman pick`. You can assign it to a keybinding: `bindsym $mod+h exec clipman pick`.
For primary clipboard support, `clipman pick --histpath="~/.local/share/clipman-primary.json`. For primary clipboard support, `clipman pick --histpath="~/.local/share/clipman-primary.json`.