removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details

This commit is contained in:
Anselm R. Garbe
2007-08-10 18:16:05 +02:00
parent 4216bf801f
commit aa53e39ec0
8 changed files with 90 additions and 197 deletions

22
dwm.1
View File

@ -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).