aewl

annotate dwm.1 @ 445:00584fe34361

made markups in dwm.1 more consistent
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 07 Sep 2006 09:26:01 +0200
parents 48038934d05d
children 78d36a1dd1d9
rev   line source
arg@212 1 .TH DWM 1 dwm-VERSION
garbeam@0 2 .SH NAME
garbeam@39 3 dwm \- dynamic window manager
garbeam@0 4 .SH SYNOPSIS
garbeam@38 5 .B dwm
garbeam@0 6 .RB [ \-v ]
garbeam@0 7 .SH DESCRIPTION
arg@445 8 dwm is a dynamic window manager for X. It manages windows in tiling and
arg@445 9 floating modes. Either mode can be applied dynamically, optimizing the
arg@445 10 environment for the application in use and the task performed.
garbeam@79 11 .P
garbeam@82 12 In tiling mode windows are managed in a master and stacking column. The master
arg@174 13 column contains the window which currently needs most attention, whereas the
arg@174 14 stacking column contains all other windows. In floating mode windows can be
arg@174 15 resized and moved freely. Dialog windows are always managed floating,
arg@174 16 regardless of the mode selected.
garbeam@80 17 .P
arg@174 18 Windows are grouped by tags. Each window can be tagged with one or multiple
arg@445 19 tags. Selecting certain tags for viewing will display all windows with that
arg@445 20 tag.
garbeam@79 21 .P
arg@445 22 dwm contains a small status bar which displays all available tags, the mode,
arg@445 23 the title of the focused window, and the text read from standard input. The
arg@444 24 selected tags are highlighted with a different color, the tags of the focused
arg@444 25 window are highlighted with a small point.
arg@316 26 .P
arg@445 27 dwm draws a 1-pixel border around windows to indicate the focus state.
arg@342 28 Unfocused windows contain a small bar in front of them displaying their title.
garbeam@80 29 .SH OPTIONS
garbeam@0 30 .TP
garbeam@0 31 .B \-v
garbeam@80 32 prints version information to standard output, then exits.
garbeam@82 33 .SH USAGE
arg@256 34 .SS Status bar
arg@256 35 .TP
arg@259 36 .B Standard input
arg@259 37 is read and displayed in the status text area.
arg@256 38 .TP
arg@288 39 .B Button1
arg@445 40 click on a tag label views all windows with that tag, click on the mode label
arg@445 41 toggles between tiled and floating mode.
arg@262 42 .TP
arg@270 43 .B Button3
arg@445 44 click on a tag label adds/removes all windows with that tag to/from the view.
arg@398 45 .TP
arg@398 46 .B Mod1-Button1
arg@445 47 click on a tag label applies that tag to the focused window.
arg@398 48 .TP
arg@398 49 .B Mod1-Button3
arg@445 50 click on a tag label adds/removes that tag to/from the focused window.
arg@256 51 .SS Keyboard commands
garbeam@55 52 .TP
arg@293 53 .B Mod1-Shift-Return
arg@293 54 Start
arg@293 55 .BR xterm (1).
arg@293 56 .TP
arg@293 57 .B Mod1-Tab
arg@445 58 Focus next window.
arg@293 59 .TP
arg@293 60 .B Mod1-Shift-Tab
arg@445 61 Focus previous window.
arg@293 62 .TP
garbeam@55 63 .B Mod1-Return
arg@445 64 Zoom current window to the master column (tiling mode only).
garbeam@55 65 .TP
garbeam@55 66 .B Mod1-m
arg@445 67 Maximize current window.
garbeam@55 68 .TP
arg@415 69 .B Mod1-g
arg@445 70 Grow current column (tiling mode only).
arg@415 71 .TP
arg@421 72 .B Mod1-s
arg@445 73 Shrink current column (tiling mode only).
arg@421 74 .TP
arg@396 75 .B Mod1-Shift-[1..n]
arg@293 76 Apply
arg@445 77 .RB nth
arg@445 78 tag to current window.
arg@293 79 .TP
arg@396 80 .B Mod1-Control-Shift-[1..n]
arg@293 81 Add/remove
arg@445 82 .B nth
arg@445 83 tag to/from current window.
arg@293 84 .TP
arg@293 85 .B Mod1-Shift-c
arg@445 86 Close focused window.
garbeam@55 87 .TP
garbeam@55 88 .B Mod1-space
arg@445 89 Toggle between tiled and floating mode (affects all windows).
garbeam@56 90 .TP
arg@396 91 .B Mod1-[1..n]
arg@293 92 View all windows with
arg@445 93 .BR nth
arg@445 94 tag.
garbeam@56 95 .TP
arg@396 96 .B Mod1-0
arg@445 97 View all windows with any tag.
arg@395 98 .TP
arg@396 99 .B Mod1-Control-[1..n]
arg@288 100 Add/remove all windows with
arg@445 101 .BR nth
arg@445 102 tag to/from the view.
arg@264 103 .TP
arg@293 104 .B Mod1-Shift-q
arg@445 105 Quit dwm.
arg@256 106 .SS Mouse commands
garbeam@82 107 .TP
garbeam@59 108 .B Mod1-Button1
arg@445 109 Move current window while dragging (floating mode only).
garbeam@59 110 .TP
arg@238 111 .B Mod1-Button2
arg@445 112 Zoom current window to the master column (tiling mode only).
arg@238 113 .TP
garbeam@59 114 .B Mod1-Button3
arg@445 115 Resize current window while dragging (floating mode only).
garbeam@82 116 .SH CUSTOMIZATION
arg@445 117 dwm is customized by creating a custom config.h and (re)compiling the source
arg@174 118 code. This keeps it fast, secure and simple.
arg@264 119 .SH CAVEATS
arg@347 120 The status bar may display
arg@445 121 .BR "broken pipe"
arg@445 122 when dwm has been started by
arg@264 123 .BR xdm (1),
arg@445 124 because it closes standard output before executing dwm.
arg@201 125 .SH SEE ALSO
arg@201 126 .BR dmenu (1)