3 dwm \- dynamic window manager
8 dwm is a dynamic window manager for X. It manages windows in tiled, monocle
9 and floating layouts. Either layout can be applied dynamically, optimising the
10 environment for the application in use and the task performed.
12 In tiled layouts 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 monocle layout all windows are
15 maximised to the screen size. In floating layout windows can be resized and
16 moved freely. Dialog windows are always managed floating, regardless of the
19 Windows are grouped by tags. Each window can be tagged with one or multiple
20 tags. Selecting certain tags displays all windows with these tags.
22 Each screen contains a small status bar which displays all available tags, the
23 layout, the number of visible windows, the title of the focused window, and the
24 text read from the root window name property, if the screen is focused. A
25 floating window is indicated with an empty square and a maximised floating
26 window is indicated with a filled square before the windows title. The
27 selected tags are indicated with a different color. The tags of the focused
28 window are indicated with a filled square in the top left corner. The tags
29 which are applied to one or more windows are indicated with an empty square in
32 dwm draws a small border around windows to indicate the focus state.
36 prints version information to standard output, then exits.
41 is read and displayed in the status text area.
44 click on a tag label to display all windows with that tag, click on the layout
45 label toggles between tiled and floating layout.
48 click on a tag label adds/removes all windows with that tag to/from the view.
51 click on a tag label applies that tag to the focused window.
54 click on a tag label adds/removes that tag to/from the focused window.
57 .B Mod1\-Shift\-Return
62 Focus previous screen, if any.
65 Focus next screen, if any.
68 Send focused window to previous screen, if any.
71 Send focused window to next screen, if any.
74 Toggles bar on and off.
86 Toggles between current and previous layout.
92 Focus previous window.
95 Decrease master area size.
98 Increase master area size.
101 Zooms/cycles focused window to/from master area (tiled layouts only).
104 Close focused window.
106 .B Mod1\-Shift\-space
107 Toggle focused window between tiled and floating state.
110 Toggles to the previously selected tags.
112 .B Mod1\-Shift\-[1..n]
113 Apply nth tag to focused window.
116 Apply all tags to focused window.
118 .B Mod1\-Control\-Shift\-[1..n]
119 Add/remove nth tag to/from focused window.
122 View all windows with nth tag.
125 View all windows with any tag.
127 .B Mod1\-Control\-[1..n]
128 Add/remove all windows with nth tag to/from the view.
135 Move focused window while dragging. Tiled windows will be toggled to the floating state.
138 Toggles focused window between floating and tiled state.
141 Resize focused window while dragging. Tiled windows will be toggled to the floating state.
143 dwm is customized by creating a custom config.h and (re)compiling the source
144 code. This keeps it fast, secure and simple.
148 Java applications which use the XToolkit/XAWT backend may draw grey windows
149 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
150 JDK 1.6 versions, because it assumes a reparenting window manager. As a workaround
151 you can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or you
152 can set the following environment variable (to use the older Motif
154 .BR AWT_TOOLKIT=MToolkit .
156 GTK 2.10.9+ versions contain a broken
158 file dialog implementation,
159 which requests to reconfigure its window size in an endless loop. However, its
160 window is still respondable during this state, so you can simply ignore the flicker
161 until a new GTK version appears, which will fix this bug, approximately
162 GTK 2.10.12+ versions.