Dwm

dwm
Original author(s)Anselm R. Garbe
Developer(s)suckless.org
Initial releaseJuly 14, 2006 (2006-07-14)
Stable release
6.5  / 19 March 2024
Repository
Written inC
Operating systemUnix-like
Size52 KB (source code - dwm.c); 64 KB (installed binary - dwm)
TypeWindow manager
LicenseMIT
Websitedwm.suckless.org

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.