Ultrix Window Manager

From Wikipedia, the free encyclopedia
(Redirected from UWM (computing))
uwm
Original author(s)Mike Gancarz, Bob Scheifler
Initial release1985
Written inC
Operating systemUnix-like
TypeWindow manager
LicenseSimilar to BSD License

The Ultrix Window Manager (uwm) is a historic standard window manager software for the X Window System from X11R1 through X11R3 releases.[1] In fact, it was the only X11-compatible window manager as of X11R1.[2]

History[edit]

The Ultrix Window Manager was developed by the Digital Equipment Corporation for its Ultrix operating system. It was released in 1985. Shortly thereafter, it became included as part of the base X Window System distribution, beginning with X10R3. Initially, it was distributed alongside two other window managers (xwm and xnwm).

In 1986, the X Window System switched to version 11 of the protocol. Only uwm was ported, so it became the only window manager for X Window System until X11R4 release, where it was replaced by twm. Uwm has never been maintained since, although it has been patched for use in modern UNIX-like operating systems through the pkgsrc package manager.[3]

Description[edit]

Unlike more recent window managers, uwm is not re-parenting, and does not place frames or title bars on windows. Instead, all window management functionality is accessed either by clicking on the root window to bring up a menu or by holding down the Meta key while clicking or dragging within windows. It is possible to configure the key and mouse button bindings and the contents of the menus by using a configuration file, a feature inherited by many later window managers.

Uwm does not provide ICCCM compatibility or multiple screen support.

Descendants of uwm include awm and Tekwm (the Tektronix Window Manager),[4] which also are currently not maintained.

References[edit]

  1. ^ Mikes, S. (1992). X Window System Program Design and Development. Addison-Wesley Publishing Company. p. 10. ISBN 978-0-201-55077-1. Retrieved 20 September 2018. One of the most popular window managers since X was released is the Ultrix Window Manager, also known as (uwm), which provides very basic window management functions and a programmable interface for easy customization. A more ...
  2. ^ Proffitt, Brian (2001-02-06). "From the Desktop: Tom LaStrange Speaks!: Talking with a Man Named Tom". p. 2. Retrieved 2011-10-05.
  3. ^ "wm/uwm - The NetBSD Packages Collection".
  4. ^ Tekwm source code archive as of X11R4

External links[edit]