docs: document --tool-args
This commit is contained in:
parent
f2cd6b8ef3
commit
2b30ada83d
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ For primary clipboard support, also add `exec wl-paste -p -t text --watch clipma
|
|||
|
||||
To query the history and select items, run the binary as `clipman pick -t wofi`. You can assign it to a keybinding: `bindsym $mod+h exec clipman pick -t wofi`.
|
||||
For primary clipboard support, `clipman pick -t wofi --histpath="~/.local/share/clipman-primary.json`.
|
||||
You can pass additional arguments to the selector like this: `clipman pick --tool wofi -T'--prompt=my-prompt -i'` (both `--prompt` and `-i` are flags of wofi).
|
||||
|
||||
To remove items from history, `clipman clear -t wofi` and `clipman clear --all`.
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@ For primary clipboard support, also add `exec wl-paste -p -t text --watch clipma
|
|||
.PP
|
||||
To query the history and select items, run the binary as `clipman pick -t wofi`. You can assign it to a keybinding: `bindsym $mod+h exec clipman pick -t wofi`.
|
||||
For primary clipboard support, `clipman pick -t wofi --histpath="~/.local/share/clipman-primary.json`.
|
||||
You can pass additional arguments to the selector like this: `clipman pick --tool wofi -T'--prompt=my-prompt -i'` (both `--prompt` and `-i` are flags of wofi).
|
||||
.PP
|
||||
To remove items from history, `clipman clear -t wofi` and `clipman clear --all`.
|
||||
.PP
|
||||
|
|
Loading…
Reference in a new issue