3 dwm \- dynamic window manager
10 is a dynamic window manager for X11. It consists of a small status bar at the
11 top of the screen and arranges windows in either a tiled or floating mode.
15 is in tiled mode, it consists of two columns. The left master column
16 contains only one window per time, the right column contains all other windows
17 in a stack. In tiled mode
20 handles incremental resizals, some terminal programs like
22 may not work correctly with this in tiled mode.
26 is in floating mode, it arranges all windows with the reqyested geometry and
27 allows the user to move or resize them. Some windows, like
28 dialog windows, are treated floating even if
30 is in tiled mode. In floating mode
32 handles incremental resizals.
34 Windows are grouped by tags. You can view all windows with a specific tag per
35 time. However, each window is allowed to contain more than one tag, which
36 allows to make windows visible in all views.
41 to display status text, if written.
44 draws 1-pixel borders around windows to indicate the focus state and save as
45 much screen real estate as possible. Unfocused windows contain a small bar
46 in front of the window indicating the tags and the window title.
50 prints version information to
55 is customized through editing its source code. It is assumed that
56 dwm users are high experienced users who know how a window manager works
57 and who are able to patch
59 for their needs. This keeps
61 fast, secure and simple, because it does not process any input data, except
62 window properties and the status text read from
64 .SS Default Key Bindings
130 .SS Default Mouse Bindings
146 Some terminal programs do not behave correctly in tiled mode, because
147 incremental resizals are ignored to use maximum screen real estate. You can
148 patch the code to fix this.