aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-08-10 18:16:05 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-08-10 18:16:05 +0200
commitaa53e39ec0eb39949c5c03d56da08204d14d9ff9 (patch)
treec03becb10dbc847ec4eacfe6eb8a06cbad7b463b /dwm.1
parent4216bf801f6754ca7b8c87c59166620e0a1d0456 (diff)
removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
Diffstat (limited to 'dwm.1')
-rw-r--r--dwm.122
1 files changed, 5 insertions, 17 deletions
diff --git a/dwm.1 b/dwm.1
index 47b8880..885405a 100644
--- a/dwm.1
+++ b/dwm.1
@@ -10,7 +10,7 @@ floating layouts. Either layout can be applied dynamically, optimizing the
environment for the application in use and the task performed.
.P
In tiled layout windows are managed in a master and stacking area. The master
-area contains the windows which currently need most attention, whereas the
+area contains the window which currently needs most attention, whereas the
stacking area contains all other windows. In floating layout windows can be
resized and moved freely. Dialog windows are always managed floating,
regardless of the layout applied.
@@ -62,29 +62,17 @@ Zooms/cycles current window to/from master area (tiled layout only).
.B Mod1\-b
Shows/hides the status bar.
.TP
+.B Mod1\-h
+Decreases the master area width about 5% (tiled layout only).
+.TP
.B Mod1\-j
Focus next window.
.TP
.B Mod1\-k
Focus previous window.
.TP
-.B Mod1\-h
-Increase the number of windows in the master area (tiled layout only).
-.TP
.B Mod1\-l
-Decrease the number of windows in the master area (tiled layout only).
-.TP
-.B Mod1\-Shift\-k
-Increase vertical tile ratio, effects tile heights (tiled layout only).
-.TP
-.B Mod1\-Shift\-j
-Decrease vertical tile ratio, effects tile heights (tiled layout only).
-.TP
-.B Mod1\-Shift\-h
-Increase horizontal tile ratio, effects master area width (tiled layout only).
-.TP
-.B Mod1\-Shift\-l
-Decrease horizontal tile ratio, effects master area width (tiled layout only).
+Increases the master area width about 5% (tiled layout only).
.TP
.B Mod1\-m
Toggles maximization of current window (floating layout only).