diff options
author | Felix Pfeifer <pfeifer [dot] felix [at] googlemail [dot] com> | 2010-10-24 22:02:36 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:09 -0500 |
commit | 26069d65664d1c94e24dec86abbea93cf640e86e (patch) | |
tree | 0c0237de8c0162025b25ce12e3ff104326e8d5c3 /desktop/transset-df/README | |
parent | 8053b8f1cffaa1c2ba320439bc2cc85d9a72f050 (diff) | |
download | slackbuilds-26069d65664d1c94e24dec86abbea93cf640e86e.tar.gz |
desktop/transset-df: Added (patched version of xorg's transset)
Please enter the commit message for your changes. Lines starting
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/transset-df/README')
-rw-r--r-- | desktop/transset-df/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/transset-df/README b/desktop/transset-df/README new file mode 100644 index 0000000000..3e8544acef --- /dev/null +++ b/desktop/transset-df/README @@ -0,0 +1,16 @@ +transset-df + +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 +pointing' which lets the user run transset directly on the window +currently under the cursor without having to click. Later select by name +and id was added after inspiration from other transset patches. + +In the future I guess it's meant 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 implemented 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. The "unix way" of doing it :) |