From edbd1b22085c18f768a9f9702faabe9989c500eb Mon Sep 17 00:00:00 2001 From: Martin Perner Date: Wed, 24 Aug 2011 16:05:28 +0200 Subject: Changed parameters there is still the bug this plugin needs to be the last or parsing the config file fails --- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 7e10488..25fb388 100644 --- a/README +++ b/README @@ -707,13 +707,12 @@ Monitors have default aliases. - Registers to XKB/X11-Events and output the currently active keyboard layout. Supports replacement of layoutnames. - Aliases to `kbd` -- Opts - - `-e`: String displayed on an error while accessing X (default: "Err") - - `-s`: Search string, can be used multiple times (optional) - - `-r`: Replacement string, one for every Search should be given (optional) +- Opts is a list of tuple: + - first element of the tuple is the search string + - second element of the tuple is the corresponding replacement - Example: - Run Kbd ["-s", "us(dvorak)", "-r", "DV", "-s", "us", "-r", "US"] + Run Kbd [("us(dvorak)", "DV"), ("us", "US")] ## Monitor Plugins Commands Arguments -- cgit v1.2.3