August 30, 2009, 10:22 am

Want your wmii statusbar to give a bit more information than the defaults? Not all that different than how you pull info into Gnu Screen’s statusbar with scripts/backticks, and pretty simple. See below:.
Continue reading ‘Add useful information to the statusbar in wmii’ »
August 1, 2009, 8:38 am

This took me a little bit, so i write it down.
In ~/.wmii-3.5/wmiirc, replace the following line:
xsetroot -solid ‘#0b1014′
with a command to set the background image, such as
eval `cat $HOME/.fehbg` &
(requires feh)
Now i don’t have to bother anymore with the configfile,
feh –bg-center ~/path/to/image sets the backgroundimage
and after a reboot the last shown picture is set.
May 17, 2009, 9:02 am

wmii is a small, dynamic window manager for X11. It is scriptable, has a 9p filesystem interface and supports classic and tiling (acme-like) window management. It aims to maintain a small and clean (read hackable and beautiful) codebase.

Click for larger
Continue reading ‘Intro to wmii’ »
October 20, 2008, 8:48 am

In computing, a tiling window manager is a window manager with an organization of the screen into mutually non-overlapping frames, as opposed to the more popular approach of coordinate-based stacking of overlapping objects (windows) that tries to fully emulate the desktop metaphor.
There are many TWMs to chose from, below covers the most popular ones around.
Continue reading ‘An Introduction to Tiling Window Managers’ »