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 on the left contains one window by default, and the stacking area on the
14 right contains all other windows. The number of master area windows can be
15 adjusted from zero to an arbitrary number. In monocle layout all windows are
16 maximised to the screen size. In floating layout windows can be resized and
17 moved freely. Dialog windows are always managed floating, regardless of the
20 Windows are grouped by tags. Each window can be tagged with one or multiple
21 tags. Selecting certain tags displays all windows with these tags.
23 Each screen contains a small status bar which displays all available tags, the
24 layout, the title of the focused window, and the text read from the root window
25 name property, if the screen is focused. A floating window is indicated with an
26 empty square and a maximised floating window is indicated with a filled square
27 before the windows title. The selected tags are indicated with a different
28 color. The tags of the focused window are indicated with a filled square in the
29 top left corner. The tags which are applied to one or more windows are
30 indicated with an empty square in the top left corner.
32 dwm draws a small border around windows to indicate the focus state.
36 prints version information to stderr, then exits.
41 is read and displayed in the status text area. It can be set with the
46 click on a tag label to display all windows with that tag, click on the layout
47 label toggles between tiled and floating layout.
50 click on a tag label adds/removes all windows with that tag to/from the view.
53 click on a tag label applies that tag to the focused window.
56 click on a tag label adds/removes that tag to/from the focused window.
60 Focus previous screen, if any.
63 Focus next screen, if any.
66 Send focused window to previous screen, if any.
69 Send focused window to next screen, if any.
84 Toggle fullscreen for focused window.
87 Toggles bar on and off.
90 Toggles between current and previous layout.
92 .B Super\-Shift\-space
93 Toggle focused window between tiled and floating state.
96 Increase number of windows in master area.
99 Decrease number of windows in master area.
105 Focus previous window.
108 Increase master area size.
111 Decrease master area size.
114 Toggles to the previously selected tags.
116 .B Super\-Shift\-[1..n]
117 Apply nth tag to focused window.
120 Apply all tags to focused window.
122 .B Super\-Control\-Shift\-[1..n]
123 Add/remove nth tag to/from focused window.
126 View all windows with nth tag.
129 View all windows with any tag.
131 .B Super\-Control\-[1..n]
132 Add/remove all windows with nth tag to/from the view.
135 Increase the window size.
138 Decrease the window size.
141 Reset the windows size.
146 .B Super\-Control\-Shift\-q
148 .SS Launch and Actions
151 Close focused window.
156 for launching other programs.
184 Move focused window while dragging. Tiled windows will be toggled to the floating state.
187 Toggles focused window between floating and tiled state.
190 Resize focused window while dragging. Tiled windows will be toggled to the floating state.
192 dwm is customized by creating a custom config.h and (re)compiling the source
193 code. This keeps it fast, secure and simple.
197 Restart the dwm process.
200 Cleanly terminate the dwm process.
205 Java applications which use the XToolkit/XAWT backend may draw grey windows
206 only. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and early
207 JDK 1.6 versions, because it assumes a reparenting window manager. Possible workarounds
208 are using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting the
210 .BR AWT_TOOLKIT=MToolkit
211 (to use the older Motif backend instead) or running
212 .B xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3D
215 (to pretend that a non-reparenting window manager is running that the
216 XToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable
217 .BR _JAVA_AWT_WM_NONREPARENTING=1 .
219 Send all bug reports with a patch to hackers@suckless.org.