Dwm
| dwm | |
|---|---|
| Original author(s) | Anselm R. Garbe | 
| Developer(s) | suckless.org | 
| Initial release | July 14, 2006 | 
| Stable release | 6.5 
   / 19 March 2024 | 
| Repository | |
| Written in | C | 
| Operating system | Unix-like | 
| Size | 52 KB (source code - dwm.c); 64 KB (installed binary - dwm) | 
| Type | Window manager | 
| License | MIT | 
| Website | dwm | 
dwm is a minimalist dynamic window manager for the X Window System developed by Suckless that has influenced the development of several other X window managers, including xmonad and awesome. It is externally similar to wmii, but internally much simpler. dwm is written purely in C for performance and lacks any configuration interface besides editing the source code. One of the project's guidelines is that the source code is intended never to exceed 2000 SLOC, and options meant to be user-configurable are all contained in a single header file.