fix: update readme with correct wl-paste flag
This commit is contained in:
parent
e5bf8fa6a4
commit
2f704348e4
1 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||||
|
|
Loading…
Reference in a new issue