Add README - seturgent - set urgency hints for X applications
 (HTM) git clone git://git.codemadness.org/seturgent
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ada70dcb15865391e5cdcab27a0739a304a17e03
 (DIR) parent 255f5ed3c7acabf2bcc2c491fdcb45ecdad41a2c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 17 Aug 2012 20:52:43 +0200
       
       Add README
       
       Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
       
       Diffstat:
         A README                              |      28 ++++++++++++++++++++++++++++
       
       1 file changed, 28 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -0,0 +1,28 @@
       +SETURGENT(1)                                                      SETURGENT(1)
       +
       +
       +
       +NAME
       +       seturgent - set an applications urgency hint (or not)
       +
       +SYNOPSIS
       +       seturgent <winid> [0|1]
       +
       +OPTIONS
       +       <winid>
       +              the window id (decimal or hexadecimal).
       +
       +       [0|1]  0 to unset, 1 to set, if not specified 1 is the default.
       +
       +DESCRIPTION
       +       seturgent can set or unset an applications urgency hint
       +
       +SEE ALSO
       +       xprop(1) xwininfo(1)
       +
       +BUGS
       +       Please report them!
       +
       +
       +
       +                               seturgent-1.4                  SETURGENT(1)