>Transparent Terminal Openbox

>source : http://bleedux.wordpress.com/2010/11/02/transparent-terminal-in-openbox-background/

using gnome-terminal, xcompmgr
sudo apt-get install gnome-terminal xcompmgr

and then add this on ~/.config/openbox/autostart.sh
xcompmgr -I1 -O1 -Ff &
(sleep 5s && gnome-terminal –geometry=40×15+0+540) &
this will make terminal show on bottom left… 1280×800 pixels…
use gnome-terminal –help for addition info

after that
copy – paste this to
~/.config/openbox/rc.xml

<application name="urxvt">
  <decor>no<!--decor>
  <focus>yes<!--focus>
  <position>
    <x>center<!--x>
    <y>200<!--y>
  <!--position>
  <layer>below<!--layer>
  <desktop>all<!--desktop>
  <!--  true #Only if you want a full size terminal.-->
  <skip_taskbar>yes<!--skip_taskbar>
 <!--application>
This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *