diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 07:59:13 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 07:59:13 +0100 |
commit | 352cae4380713949d3800ebcda7aff3bb5ab9efc (patch) | |
tree | dd301143a6777dacb09b90d6d27d16aeb19056fc /dwm.1 | |
parent | b3b58c08e4e15c4dbdd04bae52300d1e8effed33 (diff) | |
download | dwm-352cae4380713949d3800ebcda7aff3bb5ab9efc.tar.gz |
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
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/dwm.1 b/dwm.1 index cac0858..8d22a3d 100644 --- a/dwm.1 +++ b/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). |