aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-14 18:10:57 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-14 18:10:57 +0000
commit919f42e4d040107020583495cf43843d9a55989b (patch)
treed4e97e88afb5f3a305a43c52a5ac2b7f8ec0064a /README
parentab053d64a10b4b2fd0c01ce0419c8b71e3ce96b3 (diff)
downloaddzen-919f42e4d040107020583495cf43843d9a55989b.tar.gz
dzen-919f42e4d040107020583495cf43843d9a55989b.zip
release 0.5.0
git-svn-id: http://dzen.googlecode.com/svn/trunk@102 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 69efc9a..b4087ba 100644
--- a/README
+++ b/README
@@ -150,6 +150,8 @@ An example:
Supported events:
+-----------------
+
onstart Perform actions right after startup
onexit Perform actions just before exiting
button1 Mouse button1 released
@@ -175,7 +177,10 @@ Supported events:
after 'XK_' in keysymdef.h must be used for KEYNAME.
+
Supported actions:
+------------------
+
exec:command1:..:n execute all given options
menuexec executes selected menu entry
exit:retval exit dzen and return 'retval'
@@ -191,8 +196,11 @@ Supported actions:
raise raise window to view (above all others)
lower lower window (behind all others)
scrollhome show head of input
+ scrollend show tail of input
scrollup:n scroll slave window n lines up (default n=1)
scrolldown:n scroll slave window n lines down (default n=1)
+ grabkeys enable keyboard support
+ ungrabkeys disable keyboard support
Note: If no events/actions are specified dzen defaults to:
@@ -300,7 +308,7 @@ The input must be in the following format:
An example:
- echo "^#ffffff^#000000I am white text on black background" | ./dzen2 -p
+ echo "^#ffffff^#000000I am white text on black background" | dzen2 -p