Jump to content

User:Andrej Shadura/dwm: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Created page with '{{Otheruses|DWM}} {{DISPLAYTITLE:dwm}} {{Infobox software | name = dwm | logo = Image:Dwm-logo.png | screenshot = 250px | capti...'
 
DASHBot (talk | contribs)
m Removing fair use file(s), per WP:NFCC#9 (Shutoff | Log )
Line 3: Line 3:
{{Infobox software
{{Infobox software
| name = dwm
| name = dwm
| logo = [[Image:Dwm-logo.png]]
| logo = [[:Image:Dwm-logo.png]]<!--Non free file removed by DASHBot-->
| screenshot = [[Image:Dwm-screenshot.png|250px]]
| screenshot = [[Image:Dwm-screenshot.png|250px]]
| caption = dwm-4.7 showing [[rxvt]], dclock and [[ROX-Filer]]
| caption = dwm-4.7 showing [[rxvt]], dclock and [[ROX-Filer]]

Revision as of 04:57, 27 February 2010

dwm
Developer(s)Anselm R. Garbe
Stable release
5.7.2 / 27 September 2009
Written inC
Operating systemUnix-like
TypeWindow manager
LicenseMIT License
Websitedwm.suckless.org

dwm is a dynamic tiling window manager for X11 exhibiting the principles of minimalism. It is externally similar to wmii, 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 single header file. The Debian Linux distribution provides a bare bones binary package showcasing dwm's functionality without allowing any customization.[1]

Older versions of dwm optionally displayed their stdin in a status bar at the top of the screen. Recent versions use the root window name, which can be changed by an external process. 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.

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, a few notable examples:

  • awesome extends dwm with FreeType support, reconfigurability, and more layout types.
  • echinus extends dwm with FreeType support, EWMH, click-to-focus, reconfigurability, and more layout types.
  • dwm-gtx is a branch of dwm, adding a 'deck' layout and better Xinerama support.
  • scrotwm borrows some code from dwm, adds reconfigurability, dynamic Xinerama support and is restartable without losing state.
  • bug.n and HashTWM are dwm-inspired applications bringing tiling window management to Microsoft Windows systems.

See also

References

  1. ^ "Debian packages information".
  2. ^ "Post in blog".
  • Template:De icon Tobias Walkowiak, Dynamische Fenster mit DWM. Ressourcen sparen mit dem etwas anderen Window Manager, freeX, issue 6/07, (Oct/Nov 2007) pp. 44-47

Template:Window Managers