Add README - seturgent - set urgency hints for X applications | |
git clone git://git.codemadness.org/seturgent | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ada70dcb15865391e5cdcab27a0739a304a17e03 | |
parent 255f5ed3c7acabf2bcc2c491fdcb45ecdad41a2c | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 17 Aug 2012 20:52:43 +0200 | |
Add README | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
A README | 28 ++++++++++++++++++++++++++++ | |
1 file changed, 28 insertions(+), 0 deletions(-) | |
--- | |
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) |