| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 | .TH DWM 1 dwm-0.1.SH NAMEdwm \- dynamic window manager.SH SYNOPSIS.B dwm.RB [ \-v ].SH DESCRIPTION.B dwmis a dynamic window manager for X11. It consists of a small status bar andarranges windows in either a tiled or floating mode..PIn tiled mode.B dwmmanages all windows in a left master column and a right stacking column. Themaster column contains a single window, the left stacking column all otherwindows. Dialog windows are treated floating..PIn floating mode.B dwmmanages all windows in a conventional way. They can be resized and moved freelywith the mouse..PWindows are grouped by tags. You can view all windows with a specific tag pertime.  However, each window is allowed to contain more than one tag, whichallows to make windows visible in all views..P.B dwmreads from standard input to display status text, if written..P.B dwmdraws 1-pixel borders around windows to indicate the focus state and providing asmuch screen real estate as possible. Unfocused windows contain a small barin front of the window indicating the tags and the window title..SH OPTIONS.TP.B \-vprints version information to standard output, then exits..SH CUSTOMIZATION.B dwmis customized through editing its source code. It is assumed that.B dwmusers know to patch it for their needs. This keeps it fast, secure and simple,because it does not process any input data, except window properties andthe status text read from standard input..SS Keyboard Control.TP 16.I Key	.I Action.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 Control-[0..n]Append.B nthtag to cureent.B window.SS Mouse Control.TP.B Mod1-Button1Moves current.B windowwhile dragging.TP.B Mod1-Button2Lowers current.B window.TP.B Mod1-Button3Resizes current.B windowwhile dragging
 |