Jump to content

Wmii: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
MagV (talk | contribs)
m Unify duplicate references
m linkified "tiling"
Line 17: Line 17:
{{lowercase|wmii}}
{{lowercase|wmii}}
__NOTOC__
__NOTOC__
'''wmii''' ('''window manager improved 2''') is a [[Dynamic window manager|dynamic]] [[window manager]] for [[X Window System|X11]]. It supports classic and tiling<ref name="home">http://wmii.suckless.org/</ref> window management with extended [[Computer keyboard|keyboard]], [[computer mouse|mouse]], and filesystem based remote control. It replaces the workspace paradigm with a new tagging approach.
'''wmii''' ('''window manager improved 2''') is a [[Dynamic window manager|dynamic]] [[window manager]] for [[X Window System|X11]]. It supports classic and [[Tiling_window_manager|tiling]]<ref name="home">http://wmii.suckless.org/</ref> window management with extended [[Computer keyboard|keyboard]], [[computer mouse|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 (window manager)|Ion]]. However, the window manager offers extensive configuration through a virtual filesystem similar to that offered by [[Plan 9 from Bell Labs]].<ref name="home"/> 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).
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 (window manager)|Ion]]. However, the window manager offers extensive configuration through a virtual filesystem similar to that offered by [[Plan 9 from Bell Labs]].<ref name="home"/> 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).

Revision as of 19:04, 15 March 2010

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