blob: f539df164ce3b45c4c0f6b5fe27e8571f8a33300 (
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: https://dwm.suckless.org/
|