3 dwm \- dynamic window manager
8 dwm is a dynamic window manager for X. It manages windows in tiling and
9 floating modes. Either mode can be applied dynamically, optimizing the
10 environment for the application in use and the task performed.
12 In tiling mode windows are managed in a master and stacking area. The master
13 area contains the window which currently needs most attention, whereas the
14 stacking area contains all other windows. In floating mode windows can be
15 resized and moved freely. Dialog windows are always managed floating,
16 regardless of the mode selected.
18 Windows are grouped by tags. Each window can be tagged with one or multiple
19 tags. Selecting certain tags displays all windows with these tags.
21 dwm contains a small status bar which displays all available tags, the mode,
22 the title of the focused window, and the text read from standard input. The
23 selected tags are indicated with a different color. The tags of the focused
24 window are indicated with a small point in the top left corner. The tags which
25 are applied to one or more clients are indicated with a small point in the bottom
28 dwm draws a 1-pixel border around windows to indicate the focus state.
29 Unfocused windows contain a small bar in front of them displaying their title.
33 prints version information to standard output, then exits.
38 is read and displayed in the status text area.
41 click on a tag label to display all windows with that tag, click on the mode
42 label toggles between tiling and floating mode.
45 click on a tag label adds/removes all windows with that tag to/from the view.
48 click on a tag label applies that tag to the focused window.
51 click on a tag label adds/removes that tag to/from the focused window.
62 Focus previous window.
65 Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode).
68 Grow master area (tiling mode only).
71 Shrink master area (tiling mode only).
76 tag to current window.
78 .B Mod1-Control-Shift-[1..n]
81 tag to/from current window.
87 Toggle between tiling and floating mode (affects all windows).
90 Toggle focused window between floating and non-floating state (tiling mode only).
98 View all windows with any tag.
100 .B Mod1-Control-[1..n]
101 Add/remove all windows with
103 tag to/from the view.
110 Move current window while dragging (floating mode only).
113 Zoom current window to the master area (tiling mode only).
116 Resize current window while dragging (floating mode only).
118 dwm is customized by creating a custom config.h and (re)compiling the source
119 code. This keeps it fast, secure and simple.
121 The status bar may display
123 when dwm has been started by
125 because it closes standard output before executing dwm.