Slashdot Mirror


Best Mouse-free Windowmanager?

An Anonymous Coward writes "I've been using fvwm2 for quite some time now as I don't need to use the mouse much. I don't have time to try every window manager under the sun, but are there newer window managers out there that have better 'usability' characteristics when it comes to avoiding the mouse? I still have a mouse handy for browsing, etc. so I don't need to do away with it altogether.). Thanks."

4 of 36 comments (clear)

  1. Try Ion by kraf · · Score: 3, Informative

    I think Ion is worth a try.

  2. wmx by HyperbolicParabaloid · · Score: 4, Informative

    I like wmx, especially on my laptop.
    All the windowing functions can be bound to alt-keys. So, for instance, on my laptop, the otherwise-useless Windows keys pop up menus of commonly used applications and a menu of current windows.
    It has multiple virtual desk tops (accessable by key commands. Does gnome/sawfish do that? How? I couldn't figure it out...)
    wmx is great for a laptop because of it's unusual window decoration scheme. The title tab is on the left side of each window, not the top. Since vertical screen space is scarcer(sp?) than horizontal, this actually makes sense, though it takes getting used to.

    --


    -------------------------
    A person of moderate zeal
  3. PLWM by Jonas+�berg · · Score: 3, Informative
    PLWM is the "Pointless Window Manager". Written by Peter Liljenberg and others, one if its basic ideas is that "the mouse should be banished, and
    everything should be possible to do without moving your hands from the keyboard."


    That's the pointless bit of PLWM. The window manager is built using a number of Python classes and another idea is that you should be able to configure it exactly as you want it by writing Python-snippets that use the PLWM library to construct your window manager.

  4. Why has no one mentioned... by PeterClark · · Score: 3, Informative
    Ratpoison? Note, I have not tried it (I'm perfectly happy using the mouse :) but it sounds like something you might be interested in. Here's it's description:
    Ratpoison is a simple window manager with no large library dependencies, fancy graphics, window decorations, or flash. It is largely modelled after GNU Screen, which has done wonders in virtual terminal market. All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples EMACS and other quality pieces of software. All windows are maximized and kept maximized to avoid wasting precious screen space.
    You can find it at http://ratpoison.sourceforge.net/.

    :Peter