updated man page, added CAVEATS section 4bb89e2c
Anselm R.Garbe · 2006-08-13 18:04 1 file(s) · +14 −7
dwm.1 +14 −7
41 41
.B tag.
42 42
.TP
43 43
.B Button2
44 -
click on a tag label (un)extends the current
44 +
click on a tag label toggles that
45 45
.B tag.
46 46
.TP
47 47
.B Button[1,4]
111 111
.B terminal.
112 112
.TP
113 113
.B Mod1-Control-[0..n]
114 +
Toggle
115 +
.B nth tag.
116 +
.TP
117 +
.B Mod1-Control-Shift-[0..n]
114 118
Append
115 119
.B nth tag
116 120
to current
117 121
.B window.
118 -
.TP
119 -
.B Mod1-Control-Shift-[0..n]
120 -
(Un)extends
121 -
.B nth tag
122 -
with current
123 -
.B tag.
124 122
.SS Mouse commands
125 123
.TP
126 124
.B Mod1-Button1
143 141
.B dwm
144 142
is customized by creating a custom config.h and (re)compiling the source
145 143
code. This keeps it fast, secure and simple.
144 +
.SH CAVEATS
145 +
The status bar displays
146 +
.BR "broken pipe"
147 +
when
148 +
.B dwm
149 +
has been started by
150 +
.BR xdm (1),
151 +
because it closes standard output before executing
152 +
.B dwm.
146 153
.SH SEE ALSO
147 154
.BR dmenu (1)