PDA

View Full Version : [ubuntu] Transparent Windows



davidy0
March 2nd, 2011, 07:26 PM
Sup, long time windows user recently switched to Ubuntu due to XP's lack of customisation and general ease.

So I Have compiz installed and I'm currently on the Opacity, Brightness and Saturation setting. I've set it to Shift Up to increase opacity and shift down to decrease. However it doesn't effect multiple windows and I would like it to be like this at startup.

TLDR: How can I make compiz opacity settings affect all windows and run at startup?

thanks guys!

nilarimogard
March 2nd, 2011, 09:19 PM
I think you want RGBA transparency (http://www.webupd8.org/2010/05/enable-rgba-transparency-in-ubuntu-910.html).

davidy0
March 3rd, 2011, 01:27 AM
I managed to make it work myself in Compiz after some more research.

I added a new Window Specific setting with the text:


Tooltip | Menu | PopupMenu | DropdownMenu | Dock | type=Normal

and set the value to 95.

Copper Bezel
March 3rd, 2011, 06:08 AM
You could also just use "any", which is a wildcard. I'd suggest putting in a rule for

state=fullscreen

at 100% opacity, for Flash videos, Movie Player, etc.

If you get annoyed with the practical side effects of having all windows transparent, look into Trailfocus instead, which can be set to keep the focus window opaque while unfocused windows become transparent. Another (practical) use of the opacity settings is in Move Window, which allows windows to turn transparent while you're dragging them, useful for keeping track of what you're doing.

I personally use transparent menus and tooltips because the desktop feels painfully flat without them, but as cool as it looks, even 5% transparency can become a pain in the ***, especially when working with images.

RGBA transparency looks cool for the five things it actually affects, but it's visually inconsistent and doesn't work with more than a handful of themes, anyway, so I wouldn't recommend it. If you're interested in something like that, I'd take it halfway with an Emerald theme or just switch to KDE.

TylerBraun
July 13th, 2011, 07:48 PM
You could also just use "any", which is a wildcard. I'd suggest putting in a rule for

state=fullscreen

at 100% opacity, for Flash videos, Movie Player, etc.

Thanks for that. The grab tool doesn't have state as an option and for some reason I keep on remembering it as "all" and with no syntax guide for it online (as far as I could find) I was struggling. You're a big help. :)