2014-03-13

Tiny Core Linux Openbox


cd ~/.config/openbox/rc.xml
<mouse>
<doubleClickTime>600</doubleClickTime>

cd /usr/local/share/themes/Clearlooks/openbox-3
if [ -f themerc ]; then
  mv themerc themerc.bak
  cp themerc.bak themerc
fi

themerc:
border.width: 2
window.handle.width: 3
# sudo openbox --reconfigure
openbox_restart

No comments:

Post a Comment