| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 | .TH DWM 1 dwm-VERSION.SH NAMEdwm \- dynamic window manager.SH SYNOPSIS.B dwm.RB [ \-v ].SH DESCRIPTIONdwm is a dynamic window manager for X. It manages windows in tiling andswimming layouts. Either layout can be applied dynamically, optimizing theenvironment for the application in use and the task performed..PIn tiling layout windows are managed in a master and stacking area. The masterarea contains the windows which currently need most attention, whereas thestacking area contains all other windows. In swimming layout windows can beresized and moved freely. Dialog windows are always managed swimming,regardless of the layout applied..PWindows are grouped by tags. Each window can be tagged with one or multipletags. Selecting certain tags displays all windows with these tags..Pdwm contains a small status bar which displays all available tags, the layout,the title of the focused window, and the text read from standard input. Theselected tags are indicated with a different color. The tags of the focusedwindow are indicated with a filled square in the top left corner.  The tagswhich are applied to one or more windows are indicated with an empty square inthe top left corner..Pdwm draws a small border around windows to indicate the focus state..SH OPTIONS.TP.B \-vprints version information to standard output, then exits..SH USAGE.SS Status bar.TP.B Standard inputis read and displayed in the status text area..TP.B Button1click on a tag label to display all windows with that tag, click on the layoutlabel toggles between tiling and swimming layout..TP.B Button3click on a tag label adds/removes all windows with that tag to/from the view..TP.B Button4click on the layout label increases the number of windows in the master area (tiling layout only)..TP.B Button5click on the layout label decreases the number of windows in the master area (tiling layout only)..TP.B Mod1-Button1click on a tag label applies that tag to the focused window..TP.B Mod1-Button3click on a tag label adds/removes that tag to/from the focused window..SS Keyboard commands.TP.B Mod1-Shift-ReturnStart.BR xterm (1)..TP.B Mod1-TabFocus next window..TP.B Mod1-Shift-TabFocus previous window..TP.B Mod1-ReturnZooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (swimming layout)..TP.B Mod1-gGrow master area (tiling layout only)..TP.B Mod1-sShrink master area (tiling layout only)..TP.B Mod1-iIncrease the number of windows in the master area (tiling layout only)..TP.B Mod1-dDecrease the number of windows in the master area (tiling layout only)..TP.B Mod1-Shift-[1..n]Apply.RB nthtag to current window..TP.B Mod1-Shift-0Apply all tags to current window..TP.B Mod1-Control-Shift-[1..n]Add/remove.B nthtag to/from current window..TP.B Mod1-Shift-cClose focused window..TP.B Mod1-spaceToggle between tiling and swimming layout (affects all windows)..TP.B Mod1-Shift-spaceToggle focused window between swimming and non-swimming state (tiling layout only)..TP.B Mod1-[1..n]View all windows with.BR nthtag..TP.B Mod1-0View all windows with any tag..TP.B Mod1-Control-[1..n]Add/remove all windows with.BR nthtag to/from the view..TP.B Mod1-Shift-qQuit dwm..SS Mouse commands.TP.B Mod1-Button1Move current window while dragging (swimming layout only)..TP.B Mod1-Button2Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (swimming layout)..TP.B Mod1-Button3Resize current window while dragging (swimming layout only)..SH CUSTOMIZATIONdwm is customized by creating a custom config.h and (re)compiling the sourcecode. This keeps it fast, secure and simple..SH SEE ALSO.BR dmenu (1).SH BUGSThe status bar may display.BR "EOF"when dwm has been started by an X session manager like.BR xdm (1),because those close standard output before executing dwm..PJava applications which use the XToolkit/XAWT backend may draw grey windowsonly. The XToolkit/XAWT backend breaks ICCCM-compliance in recent JDK 1.5 and earlyJDK 1.6 versions, because it assumes a reparenting window manager. As a workaroundyou can use JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or youcan set the following environment variable (to use the older Motifbackend instead):.BR AWT_TOOLKIT=MToolkit .
 |