Note how argument handling works when passing to dmenu

This commit is contained in:
Chris Down 2015-07-09 09:53:06 +01:00
parent bbd9b65a00
commit d5a9449171

View file

@ -3,5 +3,9 @@ clipmenu is a simple clipboard manager using [dmenu][] and [xsel][].
To use it, start the `clipmenud` daemon, and then call `clipmenu` to launch To use it, start the `clipmenud` daemon, and then call `clipmenu` to launch
`dmenu`. Upon choosing an entry, it is copied to the clipboard. `dmenu`. Upon choosing an entry, it is copied to the clipboard.
All args passed to clipmenu are transparently dispatched to dmenu. That is, if
you usually call dmenu with args to set colours and other properties, you can
invoke clipmenu in exactly the same way to get the same effect.
[dmenu]: http://tools.suckless.org/dmenu/ [dmenu]: http://tools.suckless.org/dmenu/
[xsel]: http://www.vergenet.net/~conrad/software/xsel/ [xsel]: http://www.vergenet.net/~conrad/software/xsel/