October 1, 2009, 6:19 pm

Do you use GDM to log into Openbox on your OpenSuse box? In 11.1 I noticed a little hiccup.
In /usr/share/xsessions the openbox.desktop file resides and the option is there in GDM, and when you login, openbox comes right up. But nothing in your ~/.config/openbox/autostart.sh file gets kicked off.
the application ‘openbox’ does not run autostart.sh, only ‘openbox-session’ does. So as root vim /usr/share/xsessions/openbox.desktop
and changes these lines:
Exec=openbox
TryExec=openbox
to
Exec=openbox-session
TryExec=openbox-session
Write-quit the file, log out and back in. Openbox should kickoff autostart.sh now.
August 26, 2009, 12:55 pm

Source
So the other day when i was using wifi-select (awesome tool) to connect to a friends hot-spot, i realized “hey! this would be great as an openbox pipe menu.” i’m fairly decent in bash and i knew both netcfg and wifi-select were in bash so why not rewrite it that way?
Continue reading ‘Scan for and connect to networks from an openbox pipe menu’ »
August 21, 2009, 11:07 pm

I am clumsy and at times inattentive. Especially after a hard day’s work, I sometimes perform actions on my computer without giving them much thought. I close an application, whereas I only wanted to close the current page; I accidentally save older versions of files and overwrite my latest version in the process; or I reboot my computer when I wanted to log out or shut down. Sometimes my mouse slips and accidentally clicks “shut down” in the Openbox menu, allowing me to see all my unsaved OpenOffice documents disappear before me. I’m sure I’m not the only one who has such moments (or at least I hope so ).
Continue reading ‘Confirm to shut down, reboot or log out in Openbox’ »
August 21, 2009, 1:03 pm

The following is a theme I’ve made/modified by combining DarknessReturns-Clearklooks (both the GTK and Openbox theme that comes with Crunchbang) with Clearlooks Compact GTK and Surreal openbox themes.
The GTK theme borrows elements from Clearlooks Compact to make the DarknessReturns much smaller, though, not quite as small as Clearlooks Compact.
The OpenBox theme is mostly Surreal, but I stole the menu from DarknessReturns’ Openbox theme.
Obligatory Screenshot:

Click for Larger
Download here: http://tuxtraining.com/files/darkness-surreal.tar.gz
Icon Theme is ALLBLACK.
and tar -xzvf darkness-surreal.tar.gz in your ~/.themes folder and chose the theme with you gtk theme changer and obconf.
August 12, 2009, 3:22 pm

Create a entry in Openbox menu with:
feh --rcfile /home/me/.fehrcwall "/home/Me/MyWallpaper"
And create a file with name
.fehrcwall
and put in your Home.
This file is a copy of .fehrc with simple change. Just put this:
# Set the default feh options to be recursive and verbose
feh -qrNA "feh --bg-scale "%f"" --title "Wallpaper" -g 320x240
Now, when you click in openbox menu, an image will appear in small window. You can navigate with your mouse scroll wheel or left/right arrows. To se the wallpaper just press Enter.
September 28, 2008, 1:34 pm

The following section is intended for users who have configured Openbox to run as a standalone desktop, without the assistance of GNOME, KDE or Xfce.
Continue reading ‘How to Theme Openbox’ »
September 28, 2008, 12:28 pm

Old hardware? Want a faster boot up? Need to free some system resources? Want snappier applications? This is for you. Note, I wouldn’t suggest doing anything within this if it doesn’t make sense to you.
Continue reading ‘How to make Ubuntu extremely fast’ »
September 4, 2008, 9:49 am

You must have Openbox (and possibly ObConf) already installed to use this guide.
To use Openbox with XFCE, log into your normal XFCE session. Then, run these commands in a terminal:
killall xfwm4 ; openbox & exit
Continue reading ‘Using Openbox window manager with Xfce’ »