3 dwm \- dynamic window manager
8 dwm is a dynamic window manager for X. It manages windows in tiling and
9 versatile layouts. Either layout can be applied dynamically, optimizing the
10 environment for the application in use and the task performed.
12 In tiling layout windows are managed in a master and stacking area. The master
13 area contains the windows which currently need most attention, whereas the
14 stacking area contains all other windows. In versatile layout windows can be
15 resized and moved freely. Dialog windows are always managed versatile,
16 regardless of the layout applied.
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 layout,
22 the title of the focused window, and the text read from standard input. If
23 the focused window is in versatile state, a small caret is printed before
24 its title. The selected tags are indicated with a different color. The tags
25 of the focused window are indicated with a filled square in the top left
26 corner. The tags which are applied to one or more windows are indicated
27 with an empty square in the top left corner.
29 dwm draws a small border around windows to indicate the focus state.
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 layout
42 label toggles between tiling and versatile layout.
45 click on a tag label adds/removes all windows with that tag to/from the view.
48 click on the layout label increases the number of windows in the master area (tiling layout only).
51 click on the layout label decreases the number of windows in the master area (tiling layout only).
54 click on a tag label applies that tag to the focused window.
57 click on a tag label adds/removes that tag to/from the focused window.
68 Focus previous window.
71 Zooms/cycles current window to/from master area (tiling layout only).
74 Grow master area (tiling layout only).
77 Shrink master area (tiling layout only).
80 Increase the number of windows in the master area (tiling layout only).
83 Decrease the number of windows in the master area (tiling layout only).
86 Toggles maximization of current window (versatile layout only).
91 tag to current window.
94 Apply all tags to current window.
96 .B Mod1-Control-Shift-[1..n]
99 tag to/from current window.
102 Close focused window.
105 Toggle between tiling and versatile layout (affects all windows).
108 Toggle focused window between versatile and non-versatile state (tiling layout only).
111 View all windows with
116 View all windows with any tag.
118 .B Mod1-Control-[1..n]
119 Add/remove all windows with
121 tag to/from the view.
128 Move current window while dragging (versatile layout only).
131 Zooms/cycles current window to/from master area (tiling layout only).
134 Resize current window while dragging (versatile layout only).
136 dwm is customized by creating a custom config.h and (re)compiling the source
137 code. This keeps it fast, secure and simple.
141 The status bar may display
143 when dwm has been started by an X session manager like
145 because those close standard output before executing dwm.
147 Java applications which use the XToolkit/XAWT backend may draw grey windows
148 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
149 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
150 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
151 can set the following environment variable (to use the older Motif
153 .BR AWT_TOOLKIT=MToolkit .