Things I’ve installed:
CCSM:
sudo apt-get install compizconfig-settings-manager compiz-plugins-extraDockBarX:
sudo add-apt-repository ppa:nilarimogard/webupd8sudo apt-get updatesudo apt-get install dockbarx dockbarx-themes-extraMarlin (we’ll use Compiz set to draw the background, but you can skip this if you want):
sudo add-apt-repository ppa:marlin-devs/marlin-dailysudo apt-get updatesudo apt-get install marlinIf you want to use DockX, you’ll also need a menu. You can use Cardapio, a menu Indicatoror Slingshot launcher. To install Slingshot, use the commands below:
sudo apt-add-repository ppa:elementaryart/unstable-upstreamsudo apt-get updatesudo apt-get install slingshot-launcherIn terminal:
gksu gedit /usr/share/xsessions/compiz-session.desktopYou now have an empty file. Copy and paste this code into it:
[Desktop Entry]Name=CompizComment=This session logs you into Compiz standaloneExec=/usr/local/bin/compiz-sessionType=ApplicationIn terminal:
gksu gedit /usr/local/bin/compiz-sessionThen copy and paste this code into the file:
#!/bin/bashif test -z "$ DBUS_SESSION_BUS_ADDRESS"; theneval `dbus-launch --sh-syntax --exit-with-session`ficompiz --replace ccp & wmpid=$ !sleep 1if [ -f ~/.compiz-session ]; thensource ~/.compiz-session &elsexterm &fi# Wait for WMwait $ wmpidSave and close this file then make it executable using the command below.
In terminal:
sudo chmod 755 /usr/local/bin/compiz-sessionIn terminal:
gedit ~/.compiz-sessionOr right click on an empty spot in your home folder and choose create new file. This is what I have in mine.
#!/bin/bashgnome-settings-daemon &unity-2d-panel &nm-applet &bluetooth-applet &dockx &Dock:
- Type = panel
- Position = left
- Behavior = panel
- Size = 42
- Offset = 24
Appearance – Theme = unite_v
Window List: uncheck previews if it is checked as they don’t seem to be working
Plugins: make sure Unity quicklists and badges are checked














