Jump to content

wmii

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Francis Lima (talk | contribs) at 19:04, 15 March 2010 (linkified "tiling"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

wmii
Original author(s)Anselm R. Garbe
Developer(s)Kris Maglione
Stable release
3.6 / November 16, 2007
Preview release
3.9b1 / October 22, 2009
Repository
Operating systemUnix-like
TypeWindow manager
LicenseMIT License
Websitewmii.suckless.org


wmii (window manager improved 2) is a dynamic window manager for X11. It supports classic and tiling[1] window management with extended keyboard, mouse, and filesystem based remote control. It replaces the workspace paradigm with a new tagging approach.

In its default configuration, wmii's interface is similar to that of the Vi text editor; the windows are controlled with Alt+H,J,K,L and can be combined with Alt+Shift+H,J,K,L. This enables to build dynamic layouts easily in contrast to other window managers with fixed layouts such as Ion. However, the window manager offers extensive configuration through a virtual filesystem similar to that offered by Plan 9 from Bell Labs.[1] Every window, tag, and column is represented in the virtual filesystem, and windows are controlled by manipulating their file objects (in fact, the configuration file is just a script interfacing the virtual files). This RPC system allows many different configuration styles, including those provided in the base distribution in plan9port and bourne shell. The beta release 3.9b1 also includes configurations in Python and Ruby.[2]

Like the similar dwm, wmii is initially configured to use dmenu for program launching, and supports quick access to custom scripts located in a subdirectory of the user's home directory.

In its development tree and in beta release 3.9b1, wmii supports Xinerama and ships its own menu (dropping the dmenu dependency) called wimenu featuring history and programmable completion.[2]

See also

Similar window managers:

  • dwm - An alternate wm by the same author as wmii
  • awesome
  • Ion
  • ratpoison
  • stumpwm - The successor to ratpoison
  • rio - Plan 9 from Bell Labs' windowing system
  • WMFS - A very light window manager
  • Xmonad - A tiling window manager written in Haskell
  • Orion - A window manager written in Scheme (Scsh and Scheme 48) [3]

Related software:

References

Further reading

  • "The Official WMII website".

Template:Window Managers