
Q284200
Sign in to savethumb|dwm's xinerama support: tiling on two screens simultaneously
Key facts
- Software.name
- dwm
- Software.logo
- dwm.svg
- Software.screenshot
- Dwm-shot.png
- Software.screenshot size
- 250px
- Software.caption
- dwm-5.7.2 showing urxvt, GIMP, and Chromium
- Software.author
- Anselm R. Garbe
- Software.developer
- suckless.org
- Software.programming language
- C
- Software.operating system
- Unix-like
- Software.size
- 52 KB (source code - dwm.c); 64 KB (installed binary - dwm)
- Software.genre
- Window manager
- Software.license
- MIT
via Wikipedia infobox
Wikidata facts
- Official website
- dwm.suckless.org
- Image
- Dwm-shot.png
Show 5 more facts
- Commons category
- Dwm
- source code repository URL
- git://git.suckless.org/dwm
- inception
- 2006-07-14
- mailing list archive URL
- lists.suckless.org/dwm
- software version identifier
- 6.7
Sources (8)
via Wikidata · CC0
~4 min read
Article
7 sectionsContents
- Features
- dmenu
- Forks and patches
- See also
- References
- Further reading
- External links
thumb|dwm's xinerama support: tiling on two screens simultaneously
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.