blob: b6c0bbb9f978dccff74cb7eefe779ccaca335c64 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
dwm is a minimalistic window manager. It manages windows in tiling and floating
modes, much like ion, larswm and wmii. dwm however is much smaller, faster and
simpler.
It consists of a single binary, configuration is done at compile-time by a
single config.h file. dwm reads from standard input to print arbitrary status
text such as the date and/or system load.
WWW: http://dwm.suckless.org
|