- dwm don't distinguishes between layers, there is no floating or
- managed layer. Wether the clients of currently selected tag are
- managed or not, you can re-arrange all clients on the fly. Popup-
- and fixed-size windows are treated unmanaged.
+ dwm is customized through editing its source code, that makes it
+ extremely fast and secure - it does not process any input data
+ which hasn't been known at compile time, except window title names
+ and status text read from standard input. You don't have to learn
+ Lua/sh/ruby or some weird configuration file format (like X
+ resource files), beside C to customize it for your needs,
+ you <b>only</b> have to learn C.
+ </li>
+ <li>
+ Because dwm is customized through editing its source code, it's
+ pointless to make binary packages of it. This keeps its userbase
+ small and elitist. No novices asking stupid questions.