JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
final fix for man page
[dwm.git] / dwm.1
diff --git a/dwm.1 b/dwm.1
index 0723453..91398ee 100644 (file)
--- 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
@@ -37,10 +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 a tag label adds/removes all windows with that tag to/from the view,
+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.
@@ -60,16 +61,16 @@ Focus next window.
 Focus previous window.
 .TP
 .B Mod1-Return
-Zoom current window to the master column (tiling mode only).
+Zooms/cycles current window to/from master area (tiling mode), toggles maximization current window (floating mode).
 .TP
-.B Mod1-m
-Maximize current window.
+.B Mod1-b
+Toggle stack position (tiling mode only).
 .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
@@ -85,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
@@ -108,7 +109,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).