aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-07 13:09:26 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-07 13:09:26 +0000
commit3552d178785bd1c049b72deb55c33b689dae5cd0 (patch)
tree3b117e0a9eedb95990c1b8631ac54c942c723eb6 /README
parentfa415e3123f981b8630f57a7ade1a93b7bbb4a0e (diff)
downloaddzen-3552d178785bd1c049b72deb55c33b689dae5cd0.tar.gz
dzen-3552d178785bd1c049b72deb55c33b689dae5cd0.zip
README updated
git-svn-id: http://dzen.googlecode.com/svn/trunk@71 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'README')
-rw-r--r--README23
1 files changed, 19 insertions, 4 deletions
diff --git a/README b/README
index d16e31b..3db297c 100644
--- a/README
+++ b/README
@@ -60,7 +60,7 @@ dzen accepts a couple of options:
-sa alignment of slave window, see "-ta"
-l lines, see (1)
-e events and actions, see (2)
- -m menu, see (3)
+ -m menu mode, see (3)
-p persist EOF (optional timeout in seconds)
-x x position
-y y position
@@ -184,14 +184,29 @@ Note: If no events/actions are specified dzen defaults to:
(3) Option '-m', Menu
---------------------
+---------------------
+
+Dzen provides two menu modes, vertical and horizontal menus. You can
+access these modes by adding 'v'(ertical) or 'h'(horizontal) to the
+'-m' option. If nothing is specified dzen defaults to vertical menus.
+
+Vertical menu, both invocations beeing equivalent:
+ dzen2 -p -l 4 -m < file
+ dzen2 -p -l 4 -m v < file
+
+Horizontal menu:
+ dzen2 -p -l 4 -m h < file
+
-If menu mode is activated the line under the pointer will be
-highlighted.
All actions beginning with "menu" work on the selected menu entry.
Note: Menu mode only makes sense if '-l <n>' is specified!
+ Horizontal menus have no title window, so all actions
+ affecting the title window will be silently discarded
+ in this mode.
+
+
Examples: