made markups in dwm.1 more consistent 7ab8c872
Anselm R. Garbe · 2006-09-07 09:26 1 file(s) · +38 −95
dwm.1 +38 −95
5 5
.B dwm
6 6
.RB [ \-v ]
7 7
.SH DESCRIPTION
8 -
.B dwm
9 -
is a dynamic window manager for X. It manages windows in tiling and floating
10 -
modes. Either mode can be applied dynamically, optimizing the environment for
11 -
the application in use and the task performed.
8 +
dwm is a dynamic window manager for X. It manages windows in tiling and
9 +
floating modes. Either mode can be applied dynamically, optimizing the
10 +
environment for the application in use and the task performed.
12 11
.P
13 12
In tiling mode windows are managed in a master and stacking column. The master
14 13
column contains the window which currently needs most attention, whereas the
17 16
regardless of the mode selected.
18 17
.P
19 18
Windows are grouped by tags. Each window can be tagged with one or multiple
20 -
tags. Selecting certain tags for viewing will display all windows with that tag.
19 +
tags. Selecting certain tags for viewing will display all windows with that
20 +
tag.
21 21
.P
22 -
.B dwm
23 -
contains a small status bar which displays all available tags, the mode, the
24 -
title of the focused window, and the text read from standard input. The
22 +
dwm contains a small status bar which displays all available tags, the mode,
23 +
the title of the focused window, and the text read from standard input. The
25 24
selected tags are highlighted with a different color, the tags of the focused
26 25
window are highlighted with a small point.
27 26
.P
28 -
.B dwm
29 -
draws a 1-pixel border around windows to indicate the focus state.
27 +
dwm draws a 1-pixel border around windows to indicate the focus state.
30 28
Unfocused windows contain a small bar in front of them displaying their title.
31 29
.SH OPTIONS
32 30
.TP
39 37
is read and displayed in the status text area.
40 38
.TP
41 39
.B Button1
42 -
click on a tag label views all windows with that
43 -
.BR tag ,
44 -
click on the mode label toggles between
45 -
.B tiled
46 -
and
47 -
.B floating
48 -
mode.
40 +
click on a tag label views all windows with that tag, click on the mode label
41 +
toggles between tiled and floating mode.
49 42
.TP
50 43
.B Button3
51 -
click on a tag label adds/removes all windows with that
52 -
.B tag
53 -
to/from the view.
44 +
click on a tag label adds/removes all windows with that tag to/from the view.
54 45
.TP
55 46
.B Mod1-Button1
56 -
click on a tag label applies that
57 -
.B tag
58 -
to the focused
59 -
.BR window .
47 +
click on a tag label applies that tag to the focused window.
60 48
.TP
61 49
.B Mod1-Button3
62 -
click on a tag label adds/removes that
63 -
.B tag
64 -
to/from the focused
65 -
.BR window .
50 +
click on a tag label adds/removes that tag to/from the focused window.
66 51
.SS Keyboard commands
67 52
.TP
68 53
.B Mod1-Shift-Return
70 55
.BR xterm (1).
71 56
.TP
72 57
.B Mod1-Tab
73 -
Focus next
74 -
.BR window .
58 +
Focus next window.
75 59
.TP
76 60
.B Mod1-Shift-Tab
77 -
Focus previous
78 -
.BR window .
61 +
Focus previous window.
79 62
.TP
80 63
.B Mod1-Return
81 -
Zoom current
82 -
.B window
83 -
to the 
84 -
.B master
85 -
column
86 -
.RB ( tiling
87 -
mode only).
64 +
Zoom current window to the master column (tiling mode only).
88 65
.TP
89 66
.B Mod1-m
90 -
Maximize current
91 -
.BR window .
67 +
Maximize current window.
92 68
.TP
93 69
.B Mod1-g
94 -
Grow current
95 -
.BR column
96 -
.RB ( tiling
97 -
mode only).
70 +
Grow current column (tiling mode only).
98 71
.TP
99 72
.B Mod1-s
100 -
Shrink current
101 -
.BR column
102 -
.RB ( tiling
103 -
mode only).
73 +
Shrink current column (tiling mode only).
104 74
.TP
105 75
.B Mod1-Shift-[1..n]
106 76
Apply
107 -
.B nth tag
108 -
to current
109 -
.BR window .
77 +
.RB nth
78 +
tag to current window.
110 79
.TP
111 80
.B Mod1-Control-Shift-[1..n]
112 81
Add/remove
113 -
.B nth tag
114 -
to/from current
115 -
.BR window .
82 +
.B nth
83 +
tag to/from current window.
116 84
.TP
117 85
.B Mod1-Shift-c
118 -
Close focused
119 -
.B window.
86 +
Close focused window.
120 87
.TP
121 88
.B Mod1-space
122 -
Toggle between
123 -
.B tiled
124 -
and
125 -
.B floating
126 -
mode (affects
127 -
.BR "all windows" ).
89 +
Toggle between tiled and floating mode (affects all windows).
128 90
.TP
129 91
.B Mod1-[1..n]
130 92
View all windows with
131 -
.BR "tag n" .
93 +
.BR nth
94 +
tag.
132 95
.TP
133 96
.B Mod1-0
134 -
View all windows with any
135 -
.BR "tag" .
97 +
View all windows with any tag.
136 98
.TP
137 99
.B Mod1-Control-[1..n]
138 100
Add/remove all windows with
139 -
.B tag n
140 -
to/from the view.
101 +
.BR nth
102 +
tag to/from the view.
141 103
.TP
142 104
.B Mod1-Shift-q
143 -
Quit
144 -
.B dwm.
105 +
Quit dwm.
145 106
.SS Mouse commands
146 107
.TP
147 108
.B Mod1-Button1
148 -
Move current
149 -
.B window
150 -
while dragging
151 -
.RB ( floating
152 -
mode only).
109 +
Move current window while dragging (floating mode only).
153 110
.TP
154 111
.B Mod1-Button2
155 -
Zoom current
156 -
.B window
157 -
to the 
158 -
.B master
159 -
column
160 -
.RB ( tiling
161 -
mode only).
112 +
Zoom current window to the master column (tiling mode only).
162 113
.TP
163 114
.B Mod1-Button3
164 -
Resize current
165 -
.B window
166 -
while dragging
167 -
.RB ( floating
168 -
mode only).
115 +
Resize current window while dragging (floating mode only).
169 116
.SH CUSTOMIZATION
170 -
.B dwm
171 -
is customized by creating a custom config.h and (re)compiling the source
117 +
dwm is customized by creating a custom config.h and (re)compiling the source
172 118
code. This keeps it fast, secure and simple.
173 119
.SH CAVEATS
174 120
The status bar may display
175 -
.B broken pipe
176 -
when
177 -
.B dwm
178 -
has been started by
121 +
.BR "broken pipe"
122 +
when dwm has been started by
179 123
.BR xdm (1),
180 -
because it closes standard output before executing
181 -
.BR dwm .
124 +
because it closes standard output before executing dwm.
182 125
.SH SEE ALSO
183 126
.BR dmenu (1)