Thursday, 27 August 2015

Customize your Ubuntu/Linux Environment using "CompizConfig Settings Manager,

My title

Compiz is a compositing manager, which means that it enhances the overall user interaction by adding fancy effects to your windows, from drop shadows to awesome desktop effects like the Desktop Cube or the Expo view.

Compiz can also be a window manager, which means that it is the software between you and your desktop apps. It enables you to move or resize windows, to switch workspaces, to switch windows easily (using alt-tab or so), and so on.

How to install

1. you can download from launchpad website or www.compiz.org.



                                                                             OR



Remember this package depends on :-

Package relationships
So your system should have these packages before installing this package.

2. Then install deb package using terminal


 sudo dpkg -i compizconfig-settings-manager_0.9.11+14.04.20140409-0ubuntu1_all.deb



3 All done.

4. Now use it very carefully otherwise you can dump your desktop.


You will also need to install compiz plugins. Run the following command -

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

Good Luck !!!!

References:-
http://askubuntu.com/questions/449651/how-do-i-enable-wobbly-windows
https://launchpad.net/ubuntu/trusty/+package/compizconfig-settings-manager
http://www.compiz.org/

Change image source dynamically on hyperlink

 Changing image source dynamically using JQuery. Here in this example I have created there hyperlink and stored all images in the same folde...