From 752ab94269de8b7412fe5c28030d59f2813ffa07 Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 8 Jun 2007 11:35:41 +0000 Subject: corrected typos in README git-svn-id: http://dzen.googlecode.com/svn/trunk@73 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- README | 8 ++++---- 1 file 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 ' 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}' -- cgit v1.2.3-54-g00ecf