| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 | .TH DWM 1 dwm-0.6.SH NAMEdwm \- dynamic window manager.SH SYNOPSIS.B dwm.RB [ \-v ].SH DESCRIPTION.B dwmis a dynamic window manager for X11. It manages windows in tiling and floatingmodes. Either mode can be applied dynamically, depending on the application inuse and the task performed..PIn tiling mode windows are managed in a master and stacking column. The mastercolumn contains the window which needs most attention at a time, whereas thestacking column contains all other windows in a stack.  Dialog windows aremanaged floating, however. In floating mode windows can be resized and movedfreely..PWindows are grouped by tags. All windows with a specific tag can be viewed at atime. But each window may contain more than one tag, which makes it visible inseveral views..P.B dwmconsists of a small status bar which reads the text displayed from standardinput, if written. It draws 1-pixel borders around windows to indicate thefocus state. Unfocused windows contain a small bar in front of the windowdisplaying the tags and the window title..SH OPTIONS.TP.B \-vprints version information to standard output, then exits..SH USAGE.TP.B Mod1-ReturnZoom.B windowto the .B mastercolumn.TP.B Mod1-kFocus previous.B window.TP.B Mod1-jFocus next.B window.TP.B Mod1-mMaximize current.B window.TP.B Mod1-[0..n]Focus.B nthtag.TP.B Mod1-space(Re-)arrange.B allwindows tiled.TP.B Mod1-Shift-space(Re-)arrange.B allwindows floating.TP.B Mod1-Shift-[0..n]Apply.B nthtag to current.B window.TP.B Mod1-Shift-qQuit.B dwm.TP.B Mod1-Shift-ReturnStart.B terminal.TP.B Mod1-Shift-wStart.B web browser.TP.B Mod1-Shift-lLock.B screen.TP.B Mod1-Control-[0..n]Append.B nthtag to current.B window.TP.B Mod1-Button1Moves current.B windowwhile dragging.TP.B Mod1-Button2Lowers current.B window.TP.B Mod1-Button3Resizes current.B windowwhile dragging.SH CUSTOMIZATION.B dwmis customized through editing its source code.  This keeps it fast, secure andsimple. The source code contains the.I CUSTOMIZEkeyword to highlight relevant portions for customization.
 |