changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)
This commit is contained in:
18
dwm.1
18
dwm.1
@ -68,17 +68,23 @@ Focus next window.
|
||||
.B Mod1\-k
|
||||
Focus previous window.
|
||||
.TP
|
||||
.B Mod1\-Shift\-j
|
||||
.B Mod1\-l
|
||||
Increase the number of windows in the master area (tiled layout only).
|
||||
.TP
|
||||
.B Mod1\-Shift\-k
|
||||
.B Mod1\-h
|
||||
Decrease the number of windows in the master area (tiled layout only).
|
||||
.TP
|
||||
.B Mod1\-l
|
||||
Increase master area width (tiled layout only).
|
||||
.B Mod1\-Shift\-j
|
||||
Increase vertical tile ratio, effects tile heights (tiled layout only).
|
||||
.TP
|
||||
.B Mod1\-h
|
||||
Decrease master area width (tiled layout only).
|
||||
.B Mod1\-Shift\-k
|
||||
Decrease vertical tile ratio, effects tile heights (tiled layout only).
|
||||
.TP
|
||||
.B Mod1\-Shift\-l
|
||||
Increase horizontal tile ratio, effects master area width (tiled layout only).
|
||||
.TP
|
||||
.B Mod1\-Shift\-h
|
||||
Decrease horizontal tile ratio, effects master area width (tiled layout only).
|
||||
.TP
|
||||
.B Mod1\-m
|
||||
Toggles maximization of current window (floating layout only).
|
||||
|
Reference in New Issue
Block a user