aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-08 11:35:41 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-08 11:35:41 +0000
commit752ab94269de8b7412fe5c28030d59f2813ffa07 (patch)
treeac141e98a34f50f01481acc42198d54bccad5fd2 /README
parent47e8e303401f84f069345e712a62de1eb5a6de18 (diff)
downloaddzen-752ab94269de8b7412fe5c28030d59f2813ffa07.tar.gz
dzen-752ab94269de8b7412fe5c28030d59f2813ffa07.zip
corrected typos in README
git-svn-id: http://dzen.googlecode.com/svn/trunk@73 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 3db297c..820365d 100644
--- a/README
+++ b/README
@@ -204,7 +204,7 @@ 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.
+ in this mode.
@@ -250,14 +250,14 @@ Examples:
echo "Applications" | dzen2 -l 4 -p -m < menufile
-* Menu without any files:
- {echo Menu; echo -e "xterm\nxclock\nxeyes\nxfontsel"} | dzen2 -l 4 -m -p
+* Horizontal menu without any files:
+ {echo Menu; echo -e "xterm\nxclock\nxeyes\nxfontsel"} | dzen2 -l 4 -m h -p
* Extract PIDs from the process table:
{echo Procs; ps -a} | dzen2 -m -l 12 -p \
- -e 'button1=menuprint;button3=exit; button4=scrollup:3;button5=scrolldown:3;entertitle=uncollapse;leaveslave=collapse' \
+ -e 'button1=menuprint;button3=exit;button4=scrollup:3;button5=scrolldown:3;entertitle=uncollapse;leaveslave=collapse' \
| awk '{print $1}'