I can start compton from the command line using the following command:
compton -cC -i 0.7 -e 0.7 -m 0.7 -r 4 -l -4 -t -4
However, I've tried a variety of methods to get compton to start when I boot my computer and have been unsuccessful. I've added the aforementioned command in the following files:
/etc/xdg/lxsession/LXDE/autostart
/etc/xdg/openbox/autostart
~/.config/openbox/autostart (with a space, "&", and carriage return following the command)
I've also tried the following alternate commands in the aforementioned files:
compton -bcC -i 0.7 -e 0.7 -m 0.7 -r 4 -l -4 -t -4
@compton -cC -i 0.7 -e 0.7 -m 0.7 -r 4 -l -4 -t -4
@compton -bcC -i 0.7 -e 0.7 -m 0.7 -r 4 -l -4 -t -4
What am I doing wrong?
I went back and looked over the guide I was using; https://sites.google.com/site/debianinstallnotes/lxde/set-up (https://sites.google.com/site/debianinstallnotes/lxde/set-up). Turns out the instructions in the guide are either wrong or do not work for my setup.
I came across this thread http://ubuntuforums.org/showthread.php?t=2144468 (http://ubuntuforums.org/showthread.php?t=2144468), and modified the original poster's guide to work with LXDE by adding the compton command to the ~/.configure/lxsession/LXDE/autostart file. I then rebooted and now I have some basic compositing under LXDE-Openbox.