clipnotify

Notify on new X clipboard events
git clone https://git.sinitax.com/cdown/clipnotify
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 9c23a8b60dd8a9efa00f73273e03e9064a3d115e
parent c04a22ed5322c3aecf10697a024731ad25a772a8
Author: Chris Down <chris@chrisdown.name>
Date:   Fri,  4 Nov 2022 18:27:16 +0000

readme: Mention new modes

Diffstat:
MREADME.md | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -16,3 +16,6 @@ it just exits when it changes. This is intentional -- X11's selection API is verging on the insane, and there are plenty of others who have already lost their sanity to bring us xclip/xsel/etc. Use one of those tools to complement clipnotify. + +You can choose a particular selection with `-s`, and loop instead of exiting +with `-l`. See `clipmenu -h` for more information.