| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 | .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 tiled, monocleand floating layouts. Either layout can be applied dynamically, optimising theenvironment for the application in use and the task performed..PIn tiled layouts windows are managed in a master and stacking area. The masterarea contains the window which currently needs most attention, whereas thestacking area contains all other windows. In monocle layout all windows aremaximised to the screen size. In floating layout windows can be resized andmoved freely. Dialog windows are always managed floating, regardless of thelayout applied..PWindows are grouped by tags. Each window can be tagged with one or multipletags. Selecting certain tags displays all windows with these tags..PEach screen contains a small status bar which displays all available tags, thelayout, the number of visible windows, the title of the focused window, and thetext read from the root window name property, if the screen is focused. Afloating window is indicated with an empty square and a maximised floatingwindow is indicated with a filled square before the windows title.  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 X root window nameis read and displayed in the status text area. It can be set with the.BR xsetroot (1)command..TP.B Button1click on a tag label to display all windows with that tag, click on the layoutlabel toggles between tiled and floating layout..TP.B Button3click on a tag label adds/removes all windows with that tag to/from the view..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 uxterm (1)..TP.B Mod1\-,Focus previous screen, if any..TP.B Mod1\-.Focus next screen, if any..TP.B Mod1\-Shift\-,Send focused window to previous screen, if any..TP.B Mod1\-Shift\-.Send focused window to next screen, if any..TP.B Mod1\-bToggles bar on and off..TP.B Mod1\-tSets tiled layout..TP.B Mod1\-fSets floating layout..TP.B Mod1\-mSets monocle layout..TP.B Mod1\-spaceToggles between current and previous layout..TP.B Mod1\-jFocus next window..TP.B Mod1\-kFocus previous window..TP.B Mod1\-hDecrease master area size..TP.B Mod1\-lIncrease master area size..TP.B Mod1\-ReturnZooms/cycles focused window to/from master area (tiled layouts only)..TP.B Mod1\-Shift\-cClose focused window..TP.B Mod1\-Shift\-spaceToggle focused window between tiled and floating state..TP.B Mod1\-TabToggles to the previously selected tags..TP.B Mod1\-Shift\-[1..n]Apply nth tag to focused window..TP.B Mod1\-Shift\-0Apply all tags to focused window..TP.B Mod1\-Control\-Shift\-[1..n]Add/remove nth tag to/from focused window..TP.B Mod1\-[1..n]View all windows with nth tag..TP.B Mod1\-0View all windows with any tag..TP.B Mod1\-Control\-[1..n]Add/remove all windows with nth tag to/from the view..TP.B Mod1\-Shift\-qQuit dwm..SS Mouse commands.TP.B Mod1\-Button1Move focused window while dragging. Tiled windows will be toggled to the floating state..TP.B Mod1\-Button2Toggles focused window between floating and tiled state..TP.B Mod1\-Button3Resize focused window while dragging. Tiled windows will be toggled to the floating state..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 BUGSJava 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. Possible workaroundsare using JDK 1.4 (which doesn't contain the XToolkit/XAWT backend) or setting theenvironment variable.BR AWT_TOOLKIT=MToolkit(to use the older Motif backend instead) or running.B xprop -root -f _NET_WM_NAME 32a -set _NET_WM_NAME LG3Dor.B wmname LG3D(to pretend that a non-reparenting window manager is running that theXToolkit/XAWT backend can recognize) or when using OpenJDK setting the environment variable.BR _JAVA_AWT_WM_NONREPARENTING=1 ..PGTK 2.10.9+ versions contain a broken.BR Save\-Asfile dialog implementation,which requests to reconfigure its window size in an endless loop. However, itswindow is still respondable during this state, so you can simply ignore the flickeruntil a new GTK version appears, which will fix this bug, approximatelyGTK 2.10.12+ versions.
 |