From 04c26574b8567048ceec60142878318aa9081cb1 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Wed, 26 Oct 2011 12:16:25 +0100 Subject: [PATCH] add nmaster binds to manpage --- dwm.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dwm.1 b/dwm.1 index 7ed8ead..5268a06 100644 --- a/dwm.1 +++ b/dwm.1 @@ -92,12 +92,18 @@ Focus next window. .B Mod1\-k Focus previous window. .TP -.B Mod1\-h -Decrease master area size. +.B Mod1\-i +Increase clients in master area. +.TP +.B Mod1\-d +Decrease clients in master area. .TP .B Mod1\-l Increase master area size. .TP +.B Mod1\-h +Decrease master area size. +.TP .B Mod1\-Return Zooms/cycles focused window to/from master area (tiled layouts only). .TP -- 1.7.10.4