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:
parent
da91dfc948
commit
796925089c
4 changed files with 60 additions and 35 deletions
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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue