Ultrix Window Manager

{{Short description|Unix software}}

{{infobox software

| name = uwm

| logo =

| screenshot = UWM-Ultrix Window Manager-Jan-2016.png

| caption = Uwm running in Slackware Linux with several windows open.

| collapsible =

| author = Mike Gancarz, Bob Scheifler

| developer =

| released = 1985

| latest release version =

| latest release date = 1988

| latest preview version =

| latest preview date =

| frequently updated =

| programming language = C

| operating system = Unix-like

| platform =

| size =

| language =

| genre = Window manager

| license = Similar to BSD License

| website =

}}

{{Portal|Free and open-source software}}

The Ultrix Window Manager (uwm) is a historic standard window manager software for the X Window System from X11R1 through X11R3 releases.{{cite book

| last = Mikes

| first = S.

| title = X Window System Program Design and Development

| publisher = Addison-Wesley Publishing Company

| year = 1992

| isbn = 978-0-201-55077-1

| url = https://books.google.com/books?id=YrtQAAAAMAAJ

| access-date = 20 September 2018

| page = 10

| quote = 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 ...

}} In fact, it was the only X11-compatible window manager as of X11R1.{{cite web

| url = http://www.linuxplanet.com/linuxplanet/reports/3000/2/

| title = From the Desktop: Tom LaStrange Speaks!: Talking with a Man Named Tom

| first = Brian

| last = Proffitt

| page = 2

| date = 2001-02-06

| access-date = 2011-10-05

| archive-date = 2019-03-06

| archive-url = https://web.archive.org/web/20190306145723/http://www.linuxplanet.com/linuxplanet/reports/3000/2/

| url-status = dead

}}

History

{{See also|X window system#Origin and early development}}

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.{{cite web|url=https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/wm/uwm/index.html|title=wm/uwm - The NetBSD Packages Collection}}

Description

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),[http://web.mit.edu/afs/dev.mit.edu/project/x11r4/contrib/windowmgrs/tekwm/ Tekwm source code archive as of X11R4] which also are currently not maintained.

References

{{Reflist}}