clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 533cdc871e91605a6262c5fb0c13b7f6a0162850
parent 8b4a047768c7cfe95b23475f57fe113ddfe81e2e
Author: Chris Down <chris@chrisdown.name>
Date:   Wed, 11 Jan 2017 11:28:51 +0000

Fix parens in README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -19,7 +19,7 @@ there, but it basically works like this: ## clipmenud 1. `clipmenud` polls the clipboard every 0.5 seconds (or another interval as - configured with the `CLIPMENUD_SLEEP` environment variable. Unfortunately + configured with the `CLIPMENUD_SLEEP` environment variable). Unfortunately there's no interface to subscribe for changes in X11, so we must poll. 2. If `clipmenud` detects changes to the clipboard contents, it writes them out to the cache directory.