aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-01 20:21:44 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-01 20:21:44 +0000
commite1c6a8acab10f0c21f42e739598fd4af913d00a7 (patch)
treece78011c981989a3e6806b4070d879939d8ef4dc
parent195226844eb3e5d2b20633becabfff80444ce74f (diff)
downloaddzen-e1c6a8acab10f0c21f42e739598fd4af913d00a7.tar.gz
dzen-e1c6a8acab10f0c21f42e739598fd4af913d00a7.zip
more documentation fixes
git-svn-id: http://dzen.googlecode.com/svn/trunk@116 f2baff5b-bf2c-0410-a398-912abdc3d8b2
-rw-r--r--README10
-rwxr-xr-xhelp3
2 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index d0c9ce0..b678237 100644
--- a/README
+++ b/README
@@ -4,11 +4,13 @@
A general purpose messaging, notification and menu program
+
+The "gadgets" subdirectory contains some tools that you can
+use in combination with dzen.
+
Script archive with a collection of interesting ideas:
http://gotmor.googlepages.com/dzenscriptarchive
-The "gadgets" subdirectory contains some useful tools that
-you can use in combination with dzen.
Features
@@ -65,7 +67,7 @@ dzen accepts a couple of options:
-bg background color
-fn font
-ta alignement of title window content
- l(eft), c(center), r(right)
+ l(eft), c(center), r(ight)
-tw title window width
-sa alignment of slave window, see "-ta"
-l lines, see (1)
@@ -90,7 +92,7 @@ dzen uses two different approaches to terminate itself:
* Timed termination: if EOF is received -> terminate
- unless the '-p' option is set
· '-p' without argument persist forever
- · '-p' with argument n persist n seconds
+ · '-p' with argument n persist for n seconds
* Interactive termination: if mouse button3 is clicked -> terminate
- this is the default behaviour, see (2)
diff --git a/help b/help
index ebf4686..9c1d16e 100755
--- a/help
+++ b/help
@@ -5,7 +5,8 @@
OPTS='-bg #323232 -fg #5FBF77 -p -l 20 -e onstart=uncollapse,scrollhome;button5=scrolldown;key_Down=scrolldown;button4=scrollup;key_Up=scrollup;key_Page_Down=scrolldown:20;key_Page_Up=scrollup:20;key_Escape=exit;button3=exit;entertitle=grabkeys;enterslave=grabkeys;leaveslave=ungrabkeys'
if [ -e ./dzen2 ]; then
- (echo "^#323232^#5FBF77Documentation (use: scrollwheel, arrow keys, PgUP/PgDown to scroll. Escape or mouse button3 to exit)"; cat README) | ./dzen2 $OPTS
+ (echo "^#323232^#5FBF77Documentation (use: scrollwheel, arrow keys, \
+PgUP/PgDown to scroll. Escape or right mouse button to quit)"; cat README) | ./dzen2 $OPTS
else
echo "Please type 'make' to build dzen and rerun help"
fi