Topic: Wanting Compiz Eye Candy?
But your only on an Openbox setup???
Well fret no more ! Because here is a guide to teach you how to get your favorite effects on good ole CrunchBang, assuming your computer has the guts
.
=================================================================
No Composite Required
=================================================================
=================================================================
3ddesktop - Desktop Cube
=================================================================
Website
http://desk3d.sourceforge.net/
Source
http://sourceforge.net/projects/desk3d/
z/download
Deb (alien)
http://www.megaupload.com/?d=KQ7VBWLG
1) Download the Deb/source
2) Install it
3) Set the desired number of desktops (in my case 4)
4) In terminal run 3ddesk --acquire (it will cycle through all of your dektops to get there images)
5) Edit your rc.xml file in your Openbox config for the key board shortcut you wanna use.
In My Case:
<keybind key="C-A-Left">
<action name="Execute">
<command>3ddesk --gotoleft</command>
</action>
</keybind>
<keybind key="C-A-Right">
<action name="Execute">
<command>3ddesk --gotoright</command>
</action>
</keybind>Then get to your cube loving xD.
Screen (its smooth when actually used)
http://desk3d.sourceforge.net/images/seq1.gif
To get auto starting, add these lines
(sleep 5s && 3ddesk) &
(sleep 20s && 3ddesk --acquire) &=================================================================
xdesktopwaves - Ripple Effects
=================================================================
This is really easy actually. Its a simple aptitude/apt-get install away.
sudo aptitude install xdesktopwaves
or
sudo apt-get install xdesktopwavesonce that's done installing, run
man xdesktopwavesin terminal to get the config options and set it up to your liking.
My config is this
xdesktopwaves -q 8 -wc darkgrey -sc white -lc grey -r -nww -mo 2To have it auto start create a bash script with you config in it and set it up in your openbox auto start like this.
(sleep 4s && ~/path to script.sh) &And that handles ripple effects.
Video
http://www.facebook.com/video/video.php
p;comments
=================================================================
Skippy-XD - Expose Effect
=================================================================
Website
http://thegraveyard.org/skippy.html
Source
http://cdn.thegraveyard.org/releases/sk
.0.tar.bz2
Deb (alien)
http://www.megaupload.com/?d=09ETPCNS
1) Download the Deb
2) Install it
3) Download this skippy-xd.rc and place it in your username directory.
http://www.megaupload.com/?d=X4G4BP40
4) alt+F2 and type
skippy-xdand that's it skippy is done, in that rc its key its mapped to is F1
To have it auto start, add this line to your autostart.sh
(sleep 2s && skippy-xd) &All of this is done on a system that i personally don't use a composite manager on. There for my experience is strictly non-composite.
================================================================
RPM Sources
================================================================
All RPM's i converted came from RPMbone, i used it a lot when i was on fedora because it was the second source to RPM fusion people suggested.
Last edited by psyco430404 (2011-07-19 22:28:53)
- TF2 Soldier