Trying wmii 2

Posted by curson on November 22, 2006 @ 18:25:06

I find myself quite comfortable using fluxbox, my one and only WM since I started messing around with GNU/Linux almost 5 years ago, but I recently stuble upon some comments about this very minimal (yet apparently incredibly powerful) (d)WM (where “d” stands for dynamic). It’s wmii.

I am curious and geek enough for being always looking for new things to experiment with, and I haven’t lost the occasion! It’s actually (right now) running on my Belial, and I must confess I’m quite impressed by its flexibility and it’s power. Seems like it’s 100% customizable, and only the status bar scriptable in bash is something that could conquer me forever.
I configured it in a very simple way from now (I’m just playing with it since yesterday evening…), but the possibilities seem quite huge, and I’ll be sure to explore it in the proper way.

But still, I think I won’t leave Fluxbox. Not now.
Why?
Essentially for two great reason:

  • wmii lacks something that’s actually quite essential for me under fluxbox: the ability to recognize a window and remember its workspace (tag in wmii) and main settings (dimensions, position, whatever…),
  • fluxbox has been my friend for a long time, while wmii needs to be studied more, I need to do an usability study on it.

Right now I will use Belial as a test bed for getting acquainted with wmii and I will see what is going to come out of my use of it. It seems my kind of cake, but I really need to get past the “new-toy” thing to see if it can suite me.

[In the meanwhile, here are the two scripts I'm using in my wmii-3/status to monitor the battery status and to fetch some WiFi infomation. The first is not from me, the second indeed is.]

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. Matthias Fassl Sat, 24 Mar 2007 19:56:17 CET

    I don’t know if you’re still interested, but you can easily modify the battery-monitor to show the amount of minutes you have until the battery runs out.

    rate=`grep ‘present rate’ /proc/acpi/battery/$batn/state | awk -F’ ‘ ‘{print $3}’`
    minutesleft=$(($remaining*60/$rate))

  2. curson Sat, 24 Mar 2007 23:19:04 CET

    Thank you for your code, Matthias, but I resolved it (thanks google :p).
    I switched to dwm (page here) and I am actually using a bash script I found on the net to monitor my battery, working pretty well indeed and showing me all the information (including time remaining) I need.
    Thank you again ;)

Comments

Powered by WP Hashcash