aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-28 21:29:20 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-28 21:29:20 +0200
commita118a57fe3fd13036f24ebe093a5c329608a0600 (patch)
treec93b33bf69316169c7112d0a05419e12a21099a6 /dwm.1
parent02cea3b47e944ddb7541dfb404af205c1064191a (diff)
renamed column into area
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.114
1 files changed, 7 insertions, 7 deletions
diff --git a/dwm.1 b/dwm.1
index db9eee1..5e17193 100644
--- a/dwm.1
+++ b/dwm.1
@@ -9,9 +9,9 @@ dwm is a dynamic window manager for X. It manages windows in tiling and
floating modes. Either mode can be applied dynamically, optimizing the
environment for the application in use and the task performed.
.P
-In tiling mode windows are managed in a master and stacking column. The master
-column contains the window which currently needs most attention, whereas the
-stacking column contains all other windows. In floating mode windows can be
+In tiling mode windows are managed in a master and stacking area. The master
+area contains the window which currently needs most attention, whereas the
+stacking area contains all other windows. In floating mode windows can be
resized and moved freely. Dialog windows are always managed floating,
regardless of the mode selected.
.P
@@ -60,13 +60,13 @@ Focus next window.
Focus previous window.
.TP
.B Mod1-Return
-Zooms/cycles current window to/from master column (tiling mode), toggles maximization current window (floating mode).
+Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode).
.TP
.B Mod1-g
-Grow current column (tiling mode only).
+Grow current area (tiling mode only).
.TP
.B Mod1-s
-Shrink current column (tiling mode only).
+Shrink current area (tiling mode only).
.TP
.B Mod1-Shift-[1..n]
Apply
@@ -105,7 +105,7 @@ Quit dwm.
Move current window while dragging (floating mode only).
.TP
.B Mod1-Button2
-Zoom current window to the master column (tiling mode only).
+Zoom current window to the master area (tiling mode only).
.TP
.B Mod1-Button3
Resize current window while dragging (floating mode only).