| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 | .TH DWM 1 dwm-0.1.SH NAMEdwm \- dynamic window manager.SH SYNOPSIS.B dwm.RB [ \-v ].SH DESCRIPTION.SS Overview.B dwmis a dynamic window manager for X11. It consists of a small status bar at thetop of the screen and arranges windows in either a tiled or floating mode..PIf .B dwmis in tiled mode, it consists of two columns. The left master columncontains only one window per time, the right column contains all other windows in a stack. In tiled mode.B dwm.B don'thandles incremental resizals, some terminal programs like.B xtermmay not work correctly with this in tiled mode..PIf.B dwmis in floating mode, it arranges all windows with the reqyested geometry andallows the user to move or resize them. Some windows, likedialog windows, are treated floating even if.B dwmis in tiled mode. In floating mode.B dwmhandles incremental resizals..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.I stdinto display status text, if written..P.B dwmdraws 1-pixel borders around windows to indicate the focus state and save asmuch screen real estate as possible. Unfocused windows contain a small barin front of the window indicating the tags and the window title..SS Options.TP.B \-vprints version information to.I stdout, then exits..SS Customization.B dwmis customized through editing its source code. It is assumed thatdwm users are high experienced users who know how a window manager worksand who are able to patch.B dwmfor their needs. This keeps.B dwmfast, secure and simple, because it does not process any input data, exceptwindow properties and the status text read from.I stdin ..SS Default Key Bindings.TP 16.I Key	.I Action.TP.B Mod1-ReturnZoom.B windowto the .B mastertrack.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 Default Mouse Bindings.TP.B Mod1-Button1Moves current.B windowwhile dragging.TP.B Mod1-Button2Lowers current.B window.TP.B Mod1-Button3Resizes current.B windowwhile dragging.SH BUGSSome terminal programs do not behave correctly in tiled mode, becauseincremental resizals are ignored to use maximum screen real estate. You canpatch the code to fix this.
 |