NikTh just had a couple of typos and
you can disable/enable unity in ccsm.
The disable button just isn't available until you enter the Ubuntu Unity Plugin.
In Quantal to set compiz back to defaults use
Code:
dconf reset -f /org/compiz/
Then reload with...
To install ccsm use...
Code:
sudo apt-get install compizconfig-settings-manager
and to run, alt+f2 or open the dash, and enter
@ Paari...other commands you may find useful.
wmctrl is a useful little program which among other things can show your
current window manager.
Code:
sudo apt-get install wmctrl
Check window manager
eg my output
Code:
glen@Quantal:~$ wmctrl -m
Name: Compiz
Class: N/A
PID: N/A
Window manager's "showing the desktop" mode: OFF
Also the conky your using uses a bash script to delay the start of your conky config which is at ~/.conkyrc.
You can delay the start of conky using it's in built pause function (-p <secs>)
So instead of using the bash script in startup applications you could just use
as the command...