| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 | .TH DWM 1 dwm-VERSION.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, optimizing the environment forthe application in use and the task performed..PIn tiling mode windows are managed in a master and stacking column. The mastercolumn contains the window which currently needs most attention, whereas thestacking column contains all other windows. In floating mode windows can beresized and moved freely. Dialog windows are always managed floating,regardless of the mode selected..PWindows are grouped by tags. Each window can be tagged with one or multipletags. Selecting a certain tag for viewing will display all windows with thattag..P.B dwmhas a small status bar which displays the text read from standardinput, if written. Besides that, it displays all available tags, and the titleof the focused window. It draws a 1-pixel border around windows toindicate the focus state. Unfocused windows contain a small bar in front ofthem displaying their tags and 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-hFocus previous.B tag.TP.B Mod1-jFocus next.B window.TP.B Mod1-kFocus previous.B window.TP.B Mod1-lFocus next.B tag.TP.B Mod1-mMaximize current.B window.TP.B Mod1-[0..n]Focus.B nth tag.TP.B Mod1-spaceToggle between.B tiledand.B floatingmode (affects.BR "all windows" ).TP.B Mod1-Shift-[0..n]Apply.B nth tagto current.B window.TP.B Mod1-Shift-qQuit.B dwm.TP.B Mod1-Shift-ReturnStart.B terminal.TP.B Mod1-Control-[0..n]Append.B nth tagto 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 by creating a custom config.h and (re)compiling the sourcecode. This keeps it fast, secure and simple..SH SEE ALSO.BR dmenu (1)
 |