You are not logged in.
Hi,
I've been trying to get translucency working on my system for the past few days. I am by no means a Linux expert, however, I can follow decent instructions - even complicated ones.
In pursuing translucency I have found a great degree of interest on various forums and sites in being able to have only the window in focus non-translucent. All others would have some degree of translucency.
The problem I have had is that available documentation is either confusing or contradictory. For example, Xorg developed xcompmgr to handle window shadows, fading and translucency, but it also appears that XFCE (which I use) has a version as well. A user (handle is Sir Alaron) on the Gentoo forum developed a patch to implement the translucency I suggested above.
Can we develop a similar method to implement it in Arch? Once we had it and, say, a good wiki page on the topic I am sure that we would attract more users?
Jim
Offline
like this?
http://forchheimer.se/transset-df/
EDIT:
this does what you're looking for with a modified version of transset and a ruby script...
it wouldn't be hard to convert this into one C app... I may look at that when I get an internet connection at home again...
Offline
Exactly phrakture. I have experimented with transset and like the effect. It's the automation and systemic control of it that I'd like to see. It's just I don't have the skill-set to achieve it!
Jim
Offline
Exactly phrakture. I have experimented with transset and like the effect. It's the automation and systemic control of it that I'd like to see. It's just I don't have the skill-set to achieve it!
Jim
no this isn't a link to transset - it's an app called transset-df... it was made so you can adjust properties on individual windows. The ruby script at the bottom of the link runs in the background. It sets transparency on all windows, and when one comes into focus, it removes transparency...
However, I think it only works for enlightenment... i'll look into it more later on
Offline
Thanks,
Jim
Offline
while I was bored at work, I wrote a little daemon to do this:
it loops through all windows, and sets transparency unless it's focused, then it makes it non-transparent... timeout is modifiable (default to 100ms), as is the opacity setting (default to 0.5)... it can run in a terminal or detached...
I'm on a windows box now, so can't test/compile it... and my arch box doesn't have an internet connection right now... so I'll have to go home, test and things, then put everything together and post it somewhere while at work tomorrow or the next day...
I'll keep you posted
Offline
just to let you all know - the code to do that is about 150 lines of C...
Offline
Excellent work phrakture!!!
Jim
Offline
Posted this in the other thread as well, fluxbox has this out of the box. fluxbox menu > Configure Transparency and yes, it uses composite not psuedo transparency.
Offline
it does i checked - sorry cam
Offline
It does?! Holy CRAP!!! I have got to try that! :shock:
Offline