Smaxxon styles pack for Fluxbox

Description

An extremely lightweight theme for the fluxbox window manager, completely abdicating graphics. I'm using easy-to-read gradient colour codes in the theme for simple personal customizations. All elements and the font are kept very small but readable and usable, making it a perfect theme for low-end computers and netbooks (with small screens), but i use it on dualhead with 22" TFT screens (2 x 1680x1050) too and i really love it.
NOTE: comes with 5 different color schemes!

Requirements

This theme uses the german Artwiz fonts, a pixel-fonts set being very small in px size while being aesthetically, pleasant and easy on the eyes. If you don't have them installed on your system, i recommend a visit at http://artwizaleczapka.sourceforge.net/. If you can't get the artwiz font to work, i recommend editing the theme.cfg file of the style to replace the font string.

Download

smaxxon_fluxbox_styles_pack.tar.gz (TAR/GZ Format) - extract to your ~/.fluxbox/styles/ folder.

What it looks like

Here is a Screenshot showing what this all is about.

This shows a screenshot of my netbook (Samsung NC-10) running Fluxbox with the smaxxon-blue theme.
NOTE: i'm using "xsetroot -mod 4 4 -fg black -bg gray20" to set the background.


VIM-style Keys to move windows around with the mouse

Description

Probably something most people would call me insane for. I personally hate the fact that my right hand would have to leave the keyboard just to move a window, so I defined keyboard shortcuts in fluxbox to move them with the HJKL keys, so I can move them just like one would move the cursor in VI(M).

Note: I defined the Meta + Shift keys as modifiers, so e.g. Alt-Shift-H would move a window to the left.

What to do

In the ~/.fluxbox/keys file i just added the following lines:

Mod1 Shift K :MoveUp 20-y
Mod1 Shift J :MoveDown 20-y
Mod1 Shift L :MoveRight 20-x
Mod1 Shift H :MoveLeft 20-x