commit d5a94491719c175cac5c75bc6fe4b3884eac9d21
parent bbd9b65a00cb4f07b3e7d1a5285377614c7dbb9c
Author: Chris Down <chris@chrisdown.name>
Date: Thu, 9 Jul 2015 09:53:06 +0100
Note how argument handling works when passing to dmenu
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -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
`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/
[xsel]: http://www.vergenet.net/~conrad/software/xsel/