Archive for the ‘Fluxbox’ Category.
April 10, 2009, 9:14 am

I’ve used fluxbox for awhile as my window manager, because I like having a very minimal desktop that stays out of my way. However, I do like some eye candy, and I finally figured out how to get compositing working with fluxbox.
Continue reading ‘Fast Fluxbox Compositing – shadows, transparency, and fading’ »
June 2, 2008, 9:44 am

If you want include some icons in your menu use this in the ~/.fluxbox/menu file.
[exec] (gnome-terminal) {gnome-terminal} <~/.icons/xterm.xpm>
[exec] (firefox) {firefox} <~/.icons/firefox.xpm>
[exec] (Run) {fbrun } <~/.icons/run.xpm>
Note: you can only use xpm images. version 0.9.12-r1 supports png and jpg over imlib2 support
http://www.enlightenment.org/pages/imlib2.html
May 20, 2008, 6:27 pm

Fluxbox isn’t like KDE or Gnome in the sense that there’s a ‘desktop configuration tool’. To change the desktop wallpaper, for example. you’ll have to drop into a terminal window. It’s not hard, just different.
- Get the image you’d like to use as your desktop wallpaper downloaded or otherwise saved somewhere on your sytem
- Open a terminal window and use your favorite text editor to open your ~/.fluxbox/startup file.
- Look for a line that starts with the command fbsetbg. If you see one, edit it to reflect the path to your new background image. If you don’t see such a line, make a new one as such (note: depending on your screen size you may see this as two lines, this should be one line in your startup file:
fbsetbg -f /home/jon/.fluxbox/backgrounds/my_background.jpg
Another way to get this to set every time you start fluxbox is as follows by adding the command to the ~/.fluxbox/init file. Find the line beginning with session.screen0.rootCommand: and enter the proper command afterward ( fbsetbg -f /home/jon/.fluxbox/backgrounds/my_background.jpg ). You can also use the simplified command fbsetbg -l to load the last wallpaper loaded by fbsetbg, to avoid changing the init file each time you change your wallpaper.
May 19, 2008, 1:23 pm

Idesk is an app used to show icons on the desktop, which by simple or double clicking (according to users preferences) will execute a command. It’s used mostly to work with window managers. Icons can be dragged to the desired position on the desktop and that position will be remembered on next idesk startup. The formats supported are png and svg, though there might be problems with the last mentioned format so it’s recommended to stay with png.
Continue reading ‘Make icons on your fluxbox desktop with idesk’ »
March 21, 2008, 1:03 pm

Fluxbox is an alternate to KDE or Gnome as a desktop environment, it’s extremely lightweight and minimal but sometimes a bit too minimal. I always find I need to add extra menu’s to the existing fluxbox menu’s to make accessing applications more of a snap. Fortunately adding extra menu’s to Flux’s right click entries isn’t too difficult.
Continue reading ‘How to Add Menu’s in Fluxbox’ »