aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 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)