diff --git a/CHANGELOG.md b/CHANGELOG.md index 1079f11..aa17cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,5 @@ # Next -**Notable Bug Fixes** - -- we change instructions to use `wl-paste -t TEXT` rather than the incorrect `wl-paste -t text` - # 1.2.0 **New features** diff --git a/README.md b/README.md index 55829be..8ada7cb 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Archlinux users can find a PKGBUILD [here](https://aur.archlinux.org/packages/cl ## 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. -For primary clipboard support, also add `exec wl-paste -p -t TEXT --watch clipman store --histpath="~/.local/share/clipman-primary.json`. +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`. 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`.