- 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.
+ dwm is based on tagging and dynamic window management (however
+ simpler than ion, wmii or larswm). It manages windows in
+ tiling and floating modes. Either mode can be applied dynamically,
+ depending on the application in use and the task performed.
+ </li>
+ <li>
+ dwm doesn't distinguishes between layers, there is no floating or
+ tiled layer. Wether the clients of currently selected tag are in
+ tiled mode or not, you can re-arrange all clients on the fly.
+ Popup- and fixed-size windows are treated floating, however.