| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 | .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 X. 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 dwmcontains a small status bar which displays the text read from standardinput. Besides that, it displays all available tags, and the titleof the focused window..P.B dwm draws a 1-pixel border around windows to indicate the focus state.Unfocused windows contain a small bar in front of them displaying their tagsand title..SH OPTIONS.TP.B \-vprints version information to standard output, then exits..SH USAGE.SS Status bar.TP.B Standard inputis read and displayed in the status text area..TP.B Button1click on a tag label views all windows with that.BR tag ..TP.B Button3click on a tag label adds/removes all windows with that.B tagto/from the view..SS Keyboard commands.TP.B Mod1-Shift-ReturnStart.BR xterm (1)..TP.B Mod1-TabFocus next.BR window ..TP.B Mod1-Shift-TabFocus previous.BR window ..TP.B Mod1-ReturnZoom current.B windowto the .B mastercolumn.RB ( tilingmode only)..TP.B Mod1-mMaximize current.BR window ..TP.B Mod1-Shift-[0..n]Apply.B nth tagto current.BR window ..TP.B Mod1-Control-Shift-[0..n]Add/remove.B nth tagto/from current.BR window ..TP.B Mod1-Shift-cClose focused.B window..TP.B Mod1-spaceToggle between.B tiledand.B floatingmode (affects.BR "all windows" )..TP.B Mod1-[0..n]View all windows with.BR "tag n" ..TP.B Mod1-Control-[0..n]Add/remove all windows with.B tag nto/from the view..TP.B Mod1-Shift-qQuit.B dwm..SS Mouse commands.TP.B Mod1-Button1Move current.B windowwhile dragging.RB ( floatingmode only)..TP.B Mod1-Button2Zoom current.B windowto the .B mastercolumn.RB ( tilingmode only)..TP.B Mod1-Button3Resize current.B windowwhile dragging.RB ( floatingmode only)..SH CUSTOMIZATION.B dwmis customized by creating a custom config.h and (re)compiling the sourcecode. This keeps it fast, secure and simple..SH CAVEATSThe status bar displays.B broken pipewhen.B dwmhas been started by.BR xdm (1),because it closes standard output before executing.BR dwm ..SH SEE ALSO.BR dmenu (1)
 |