From d5a94491719c175cac5c75bc6fe4b3884eac9d21 Mon Sep 17 00:00:00 2001 From: Chris Down Date: Thu, 9 Jul 2015 09:53:06 +0100 Subject: [PATCH] Note how argument handling works when passing to dmenu --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41946d8..c1b13b4 100644 --- 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/