several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
This commit is contained in:
15
dwm.1
15
dwm.1
@ -60,19 +60,19 @@ click on a tag label adds/removes that tag to/from the focused window.
|
||||
Start
|
||||
.BR xterm (1).
|
||||
.TP
|
||||
.B Mod1-Tab
|
||||
.B Mod1-j
|
||||
Focus next window.
|
||||
.TP
|
||||
.B Mod1-Shift-Tab
|
||||
.B Mod1-k
|
||||
Focus previous window.
|
||||
.TP
|
||||
.B Mod1-Return
|
||||
Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (versatile layout).
|
||||
Zooms/cycles current window to/from master area (tiling layout only).
|
||||
.TP
|
||||
.B Mod1-g
|
||||
.B Mod1-l
|
||||
Grow master area (tiling layout only).
|
||||
.TP
|
||||
.B Mod1-s
|
||||
.B Mod1-h
|
||||
Shrink master area (tiling layout only).
|
||||
.TP
|
||||
.B Mod1-i
|
||||
@ -81,6 +81,9 @@ Increase the number of windows in the master area (tiling layout only).
|
||||
.B Mod1-d
|
||||
Decrease the number of windows in the master area (tiling layout only).
|
||||
.TP
|
||||
.B Mod1-m
|
||||
Toggles maximization of current window (versatile layout only).
|
||||
.TP
|
||||
.B Mod1-Shift-[1..n]
|
||||
Apply
|
||||
.RB nth
|
||||
@ -124,7 +127,7 @@ Quit dwm.
|
||||
Move current window while dragging (versatile layout only).
|
||||
.TP
|
||||
.B Mod1-Button2
|
||||
Zooms/cycles current window to/from master area (tiling layout), toggles maximization of current window (versatile layout).
|
||||
Zooms/cycles current window to/from master area (tiling layout only).
|
||||
.TP
|
||||
.B Mod1-Button3
|
||||
Resize current window while dragging (versatile layout only).
|
||||
|
Reference in New Issue
Block a user