summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Fontaine <arnau@debian.org>2012-01-23 11:49:16 +0900
committerArnaud Fontaine <arnau@debian.org>2012-01-23 11:49:16 +0900
commit43fb446ddc881f089200ec0d732631d3d7a46544 (patch)
tree5cd9c85ebdbc77b6a74cd5fc19e6038d88424ed5
parentcbc473428a71299255d11bfc1dcc7db6a9985eec (diff)
Update README.
-rw-r--r--README69
1 files changed, 32 insertions, 37 deletions
diff --git a/README b/README
index 9671f78..1b33e37 100644
--- a/README
+++ b/README
@@ -1,37 +1,32 @@
-This is a patched version of xorg's transset
-I wanted to integrate transset into my windowmanager and to
-be able to set and unset transparency by just pressing a key.
-To make that possible I added several different 'select methods'.
-The first one was 'select by point' and lets the user run transset
-directly on the window curently under the cursor without bringing
-up the crosshair. Later select by name and id was added after insperation
-from other transset patches.
-
-In the future I guess it's ment for the windowmanagers to handle
-transparency. Then we will hopefully see these functions and many other
-now imposible function. This will however require you to wait untill this is
-implementet in your favorite wm. This patch is a way of "scratching where it
-itches", by creating a usefull integration with every windowmanager without
-changing any wm-code. And it's a very "unix way" of doing things too :)
-
-Features
- *select window by clicking (as transset)
- *select actual focused X11 window
- *select window by pointing
- *select by window name or id
- *force toggle
- *increase or decrease opacity
-
-Instalation
- type:
- make
- make install
-
-Homepage: http://www.forchheimer.se/transset-df/
-
-Any questions/sugestions or if you just want to say hello don't fear to send
-me a email
-
-Cheers
-Daniel Forchheimer (upiom)
-n04df@student.lth.se
+transset is an utility for setting opacity property.
+
+Features:
+ * select window by clicking (as transset)
+ * select actual focused X11 window
+ * select window by pointing
+ * select by window name or id
+ * force toggle
+ * increase or decrease opacity
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+Please submit bug reports to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/app/transset
+
+ http://cgit.freedesktop.org/xorg/app/transset
+
+For patch submission instructions, see:
+
+ http://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage