fixed order of key bindings described in dwm.1
This commit is contained in:
parent
4bd4f421d3
commit
cb9607c284
1 changed files with 5 additions and 5 deletions
10
dwm.1
10
dwm.1
|
@ -62,20 +62,20 @@ click on a tag label adds/removes that tag to/from the focused window.
|
||||||
Start
|
Start
|
||||||
.BR xterm (1).
|
.BR xterm (1).
|
||||||
.TP
|
.TP
|
||||||
|
.B Mod1-Return
|
||||||
|
Zooms/cycles current window to/from master area (tiling layout only).
|
||||||
|
.TP
|
||||||
.B Mod1-j
|
.B Mod1-j
|
||||||
Focus next window.
|
Focus next window.
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-k
|
.B Mod1-k
|
||||||
Focus previous window.
|
Focus previous window.
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-Return
|
|
||||||
Zooms/cycles current window to/from master area (tiling layout only).
|
|
||||||
.TP
|
|
||||||
.B Mod1-l
|
.B Mod1-l
|
||||||
Grow master area (tiling layout only).
|
Increase master area width (tiling layout only).
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-h
|
.B Mod1-h
|
||||||
Shrink master area (tiling layout only).
|
Decrease master area width (tiling layout only).
|
||||||
.TP
|
.TP
|
||||||
.B Mod1-i
|
.B Mod1-i
|
||||||
Increase the number of windows in the master area (tiling layout only).
|
Increase the number of windows in the master area (tiling layout only).
|
||||||
|
|
Loading…
Reference in a new issue