dwm
From Wikipedia, the free encyclopedia
dwm-4.7 showing rxvt, dclock and ROX-Filer |
|
Developed by | Anselm R. Garbe |
---|---|
Latest release | 5.4.1 / 08 February 2009 |
Written in | C |
Operating system | Unix-like |
Type | Window manager |
License | MIT License |
Website | dwm.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.
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 set with xsetroot. 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.
Contents |
[edit] 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 of focus-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.
[edit] 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:
- xmonad a dwm rewrite in Haskell with additional features.
- 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 is a dwm-inspired application bringing tiling window management to Microsoft Windows systems.
[edit] See also
[edit] External links
|
This Unix-related article is a stub. You can help by expanding it. |