about summary refs log tree commit diff stats
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-10-05 13:44:48 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-10-05 13:44:48 +0200
commit4aea423f066170f50390c746260ecd445262c98b (patch)
tree1af90c8dd9dc5ff3f7c50f80c02555ba279c8412 /dwm.1
parent6fc8a6304163fb63551e54acc62e6e9b7e96c820 (diff)
downloaddwm-4aea423f066170f50390c746260ecd445262c98b.tar.gz
final fix for man page
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dwm.1 b/dwm.1
index bce6733..91398ee 100644
--- a/dwm.1
+++ b/dwm.1
@@ -37,11 +37,11 @@ is read and displayed in the status text area.
 .TP
 .B Button1
 click on a tag label to display all windows with that tag, click on the mode
-label toggles between tiled and floating mode.
+label toggles between tiling and floating mode.
 .TP
 .B Button3
 click on a tag label adds/removes all windows with that tag to/from the view,
-click on the mode label toggles the stack position (tiled mode).
+click on the mode label toggles the stack position (tiling mode).
 .TP
 .B Mod1-Button1
 click on a tag label applies that tag to the focused window.
@@ -86,7 +86,7 @@ tag to/from current window.
 Close focused window.
 .TP
 .B Mod1-space
-Toggle between tiled and floating mode (affects all windows).
+Toggle between tiling and floating mode (affects all windows).
 .TP
 .B Mod1-[1..n]
 View all windows with
ref='#n140'>140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254