summaryrefslogtreecommitdiff
path: root/desktop/transset-df/README
diff options
context:
space:
mode:
authorFelix Pfeifer <pfeifer [dot] felix [at] googlemail [dot] com>2013-02-24 01:25:04 -0600
committerRobby Workman <rworkman@slackbuilds.org>2013-02-24 10:23:11 -0600
commitcbe203f05b9b0ee49e7674c3d81be8f4d9f4526d (patch)
tree3554b7b212a510f5c32dd3b31bc3329a1fba017f /desktop/transset-df/README
parent341b4c4d2cdf56c7b9129406b23f6f4f402e5a43 (diff)
downloadslackbuilds-cbe203f05b9b0ee49e7674c3d81be8f4d9f4526d.tar.gz
desktop/transset-df: Removed (obsolete)
All the features of transset-df are now included in X.org's original transset. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/transset-df/README')
-rw-r--r--desktop/transset-df/README16
1 files changed, 0 insertions, 16 deletions
diff --git a/desktop/transset-df/README b/desktop/transset-df/README
deleted file mode 100644
index 3e8544acef..0000000000
--- a/desktop/transset-df/README
+++ /dev/null
@@ -1,16 +0,0 @@
-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 :)