diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-24 14:23:28 +0000 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-24 14:23:28 +0000 |
commit | a355782a7795c8c26a05e8bda1505ff46d5d0289 (patch) | |
tree | 466aa459fb7e0bd8b641e85596b8df59237f983c /dwm.1 | |
parent | 20cd3360876f551c0f3b4c9c5a827a64b829e6ef (diff) | |
download | dwm-a355782a7795c8c26a05e8bda1505ff46d5d0289.tar.gz |
revival of mfact and setmfact
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dwm.1 b/dwm.1 index 56cd2ab..a9f8cee 100644 --- a/dwm.1 +++ b/dwm.1 @@ -69,6 +69,12 @@ Focus next window. .B Mod1\-k Focus previous window. .TP +.B Mod1\-h +Decrease master area size. +.TP +.B Mod1\-l +Increase master area size. +.TP .B Mod1\-Return Zooms/cycles focused window to/from master area (tiled layouts only). .TP |