Submit your breaking news stories and original articles to us by contacting us
I go through phases in my usage of Linux. Or rather one phase every once in a while. It’s my minimalist phase. There is this part of me that looks at a mouse as a “new fangled” invention, or thinks I would be better off without any sort of GUI. This part of me is stupid, I’ll admit, but regardless of that, I still have these minimalist urges.
In order to slake my thirst for the minimal, I experimented with a number of different window managers before settling on Fluxbox.
During my non-minimalist time, Gnome has served me well (Metacity also being an excellent window manager), but when I do without an environment, I find that fluxbox does exactly as much as I want it to.
By that I mean that it manages windows and not too much more. To be fair, much of what I am going to say about Fluxbox is also true of PekWM, however, I found fluxbox first and have used it more.
The first and foremost feature to look at in fluxbox is window tabbing. With the exception of Apple’s Exposé, tabbing is the best desktop clutter reduction method I have used, and the best one available on a linux box. If you use Firefox, or any of a number of other browsers, or if you can understand a pretty straighforward metaphor, you are familiar with tabbing. On average, I have about 9 browser pages open at any given time, though they all share one window. This makes things much easier to find, and much less instrusive on my desktop.
In using fluxbox, I discovered that there are many other sorts of windows that I might like to tab. For instance, if I start up a program from a terminal window, and the program sends some of its output/error messages to that terminal window, I’d often tab them together, which makes it much easier to find said terminal when I need it. I usually have a bunch of terminal windows tabbed together. Now, there are many terminal emulators which allow this functionality (tabbed terminals, that is), but using them means that my terminal tabs behave differently than my web browser tabs, which isn’t a huge deal, but it seems as though consistency in a user interface is something we ought to shoot for. If you could set just one key combination for tab-switching, that worked on all your tabs in all your applications, surely that’s preferable.
The other thing about fluxbox that I would like to extol is its ease of configuration. Changing the theme, menu options, and key-combos is easy, merely editing a text file or two (hell, there are even gui tools that will edit the files for you).
When I’m in my non-minimalist phases, and I go back to Gnome, I am alway startled by how much more cramped the screen feels, or, at the least, how much busier it feels. And sometimes I like the busyness, but when I’m not in the mood for that, fluxbox serves me well.
Firefox Quick Tip: Reveal More Tab/Window Options
Recently Closed Tabs Feature on FireFox 2
An overview of Minimo
AOL Testing Triton, Replacement For AIM
Mozilla Thunderbird gets Firefox-style tabs
Forever Geek is a resource for all things geek. You can stay tuned by having the latest FG news delivered to you for free via RSS.
Category: Uncategorized
Tags:

Netbooks and User Satisfaction: It’s All About Expectations
10 Cool Sony Walkman photos – celebrate Walkman’s 30th birthday
5 Responses for "Spotlight on Fluxbox"
August 27th, 2004 at 11:35 am
1You can get more minimal than that.
evilwm
A 1px border is the only window decoration. Windows are controlled by the keyboard (mostly).
It took some time to get used to, but I am loving the environment. Makes me wonder why I ever sat for hours in Windows making things pretty. The only thing I would add to evilwm, is the ability to change shortcut keys.
Of course no minimal environment can be without GNU Screen.
Inside my screen I have irssi, mutt, aumix, cplay, …
Prior to evilwm I used FluxBox and Gnome.
August 27th, 2004 at 11:52 am
2That shortcut key issue was, in fact, the reason I did not wind up using evilwm for very long; although I did have a stint using pekwm with an evilwm-cloning theme; which basically made it evilwm with configurable keys. It was good, and made even fluxbox feel cluttered, but I suppose there is such a thing as too minimalist.
August 27th, 2004 at 3:34 pm
3I thought that for a while. But after getting used to it, I noticed how much more efficiently I worked. But we all have different work patterns.
August 12th, 2005 at 5:49 am
4I just upgraded to Fedora Core 4 using the terminal and YUM way of doing it and Gnome is awful! The simple act of right clicking the desktop and clicking Open Terminal will crash it so I got Fluxbox and am very happy with its minimalist looks and its speed. I managed to install a theme, noticed that some screenshots have transparent windows, I later learned that its Aterm that does that and not the theme :-) I have my IM and my file sharing programs conveniently stashed on Fluxbox’s tiny little task bar and its wonderful, everything is just a click away.
I can’t wait to show the Windows users what Fluxbox can do!
December 8th, 2005 at 6:39 am
5I read this article, while looking for a solution for a consistent tab switching solution. That is, Ctrl-Tab should work as a switch between fluxbox tabs, but it should also work well with Mozilla tabs. There is no obvious solution for this. I need a script that looks something like the following. It should be called as a command in ~/.fluxbox/keys, when pressing Ctrl-Tab.
if [ mozilla is active/on fg ]; then
give control to mozilla
else if [ gaim is active/on fg ]; then
give control to gaim
else
NextTab # fluxbox command
fi
Can anyone point me to the right direction for real commands for “is active” and “give control to”?
RSS feed for comments on this post
Leave a reply