- Dwm
Infobox_Software
name = dwm
caption = dwm-4.7 showingrxvt , dclock andROX-Filer
developer = Anselm R. Garbe
latest_release_version = 5.2
latest_release_date =09 September 2008
programming_language = C
operating_system =Unix-like
genre =Window manager
license =MIT License
website = [http://www.suckless.org/dwm suckless.org/dwm]
dwm is a minimalist dynamic
tiling window manager forX11 . It is externally similar towmii , but internally much simpler. dwm is written purely in C and, for simplicity, lacks any configuration interface besides editing the source code. 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 singleheader file .An interesting feature of dwm is that it optionally displays its STDIN in a status bar at the top of the screen. This is often used to show information that would appear in the
notification area of otherdesktop environments - a clock, system load info, laptop battery and network status, music player information and the like, by piping text in from dwm's parent process (usually an .xsession script.) This status line is often complemented withdmenu , a textual application launcher from the same developer as dwm.Drawbacks
dwm has some properties that may be considered drawbacks by users of more conventional window-management systems:
* No configuration files; display properties can only be changed by editing the source code and recompiling the executable
*Click-to-focus model not supported; rather, it uses a combination offocus-follows-mouse and keyboard focus switch
* Does not display a window titlebar, or support the conventional click/drag method of moving or resizing windows. The MOD key must be held down, requiring two hands.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 [http://www.suckless.org/dwm/patches/ official site] , a few notable examples:
*xmonad a dwm rewrite in Haskell with additional features.
* awesome extends dwm withFreeType support, reconfigurability, and more layout types.
* echinus extends dwm withFreeType support, EWMH, click-to-focus, reconfigurability, and more layout types.
* [http://s01.de/~gottox/index.cgi/proj_dwm dwm-gottox] is a branch of dwm, adding a 'deck' layout and better Xinerama support.External links
* [http://www.suckless.org/dwm Official website]
* [http://www.xsnake.net/howto/dwm/dwm-eng.php "Dwm howto/tutorial"]
Wikimedia Foundation. 2010.