dwm

This article is about the X11 window manager. For other uses, see DWM (disambiguation).
For the window manager used in Microsoft Windows Vista, 7, 8 and 10, see Desktop Window Manager.
dwm

dwm-5.7.2 showing urxvt, GIMP, Chromium and some open terminals
Original author(s) Anselm R. Garbe[1]
Developer(s) suckless.org
Initial release July 14, 2006 (2006-07-14)[2]
Stable release
6.1 / November 9, 2015 (2015-11-09)
Repository git.suckless.org/dwm
Written in C
Operating system Unix-like
Size 20 KB (source code)[3]
Type Window manager
License MIT License[4]
Website dwm.suckless.org

dwm is a dynamic, minimalist tiling window manager for the X Window System that has influenced the development of several other X window managers, including xmonad[5] and awesome.[6][7] It is externally similar to wmii, but internally much simpler. dwm is written purely in C for performance and security in addition to simplicity,[8] and lacks any configuration interface besides editing the source code.[9] One of the project's guidelines is that the source code will never exceed 2000 lines, and options meant to be user-configurable are all contained in a single header file.[7]

Features

dwm supports multiple workspaces and, unlike ratpoison, allows moving and resizing windows with the mouse.[10] Older versions of dwm displayed their stdin in a status bar, along the edge of the screen. Recent versions instead display the root window's name, which can be set by independent processes. This is often used to show information that would appear in the notification area of other desktop environments—a clock, system load info, laptop battery and network status, music player information and the like. This status line is often complemented with dmenu, a textual application launcher from the same developer as dwm. dwm uses a focus-follows-mouse model and lacks any window decoration other than a border to show focus.

dmenu

dmenu is a keyboard-driven menu utility developed as part of the dwm project. When invoked, usually by a user-configured key combination, dmenu displays a horizontal menu of its stdin stream at the top edge of the screen. This is usually used to pipe in a list of executable names from the user's $PATH, but dmenu can be used for any purpose where a menu is required. The user can start typing a program name, and dmenu will narrow the list to show only substring matches for what the user typed. The user can also use the arrow keys to navigate the menu. When a choice is made, dmenu sends the selected text to stdout, which is usually piped into a shell to launch the program. Command-line options can alter the font and colors of the menu, make the search case-insensitive, as well as switch the menu to a vertical orientation or place it at the bottom of the screen. By default, only X Font Server fonts are supported although a patch exists to enable TrueType fonts using Xft.

dmenu is similar in function to application launchers such as Katapult or GNOME Do for Linux or LaunchBar or Quicksilver for Mac OS X in that it allows quick launching of programs from a graphical environment using the keyboard.

In addition to dwm,[11] dmenu is often used with other window managers like xmonad,[12] or Openbox,[11] and other software like the uzbl web browser.[13]

Forks and patches

dwm has been an influential project; many other window managers are based on dwm's source code or inspired by it. An extensive list of forks and patches can be found at the official site. Below is a list of a few notable examples:

See also

References

  1. Garbe, Anselm R. "Anselm R Garbe". garbe.us. Retrieved 2011-05-15.
  2. 0.1 Release tag
  3. "dwm dynamic window manager". suckless.org. Retrieved March 12, 2012.
  4. "MIT/X Consortium License". suckless.org. Retrieved 2015-05-04.
  5. Kolmodin, Lennart (April 2, 2007). "xmonad". Bits and Bytes. Retrieved 2011-05-15.
  6. Danjou, Julien (20 Sep 2007). "Announcing "awesome"". dwm (Mailing list). Retrieved 2011-05-15.
  7. 1 2 Auza, Jun (August 2, 2008). "20 Most Nimble and Simple X Window Managers for Linux". TechSource.
  8. "dwm home page". dwm is customized through editing its source code, which makes it extremely fast and secure - it does not process any input data which isn’t known at compile time
  9. Byfield, Bruce (2007-05-31). "Keyboard-driven environments open a new window on the desktop". Linux.com. SourceForge, Inc. Retrieved 2010-03-01.
  10. "A Review And Tutorial Of The DWM Window Manager". Linux Goodies. Retrieved 2012-01-30.
  11. 1 2 Arch Linux Magazine Team (January 2010). "Software Review: 2009 LnF Awards". Arch Linux Magazine. Retrieved 4 March 2010.
  12. "100 open source gems - part 2". TuxRadar. Future Publishing. 21 May 2009. Retrieved 3 March 2010.
  13. Vervloesem, Koen (15 July 2009). "Uzbl: a browser following the UNIX philosophy". LWN.net. Eklektix, Inc. Retrieved 3 March 2010.
  14. Polakov, Alexander, Homepage of author and his projects, retrieved 2011-11-19

Further reading

  • (German) Tobias Walkowiak, Dynamische Fenster mit DWM. Ressourcen sparen mit dem etwas anderen Window Manager, freeX, issue 6/07, (Oct/Nov 2007) pp. 44–47

External links

This article is issued from Wikipedia - version of the 11/5/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.