Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Pressing alt then scrolling with the mouse used to give me a transparent window, is there any way I can get that or something similar in Ubuntu 12.4?

share|improve this question

1 Answer

up vote 4 down vote accepted

Install these pacakges with this commands

sudo apt-get install compizconfig-settings-manager compiz-plugins-extra

This will install the compizconfig-settings-manager, you can find this by searching as ccsm in the dash.

Open the compizconfig-settings-manager by typing ccsm in the dash. In the ccsm's window, under the accessibility section, enable the Opacity, Brightness and Satuaration by placing a tick mark on the corresponding check box.

enter image description here

This should automatically enable the plugin, if it is not, press ALT+F2 and type compiz --replace.

Now you can increase or decrease the transparency of any window by holding the ALT key and scrolling.

Hope this will help.

Note: If Unity seems crashed, don't be bothered. ress CTRL+ALT+Del to bring logout window, and logout from your session. Then login again.

share|improve this answer
@Eccentric_Geek A little nice tutorial, on how to do it per app: cupugila.blogspot.de/2012/08/make-ubuntu-unity-window-look.html – Radu Maris Feb 18 at 11:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.