all repos — dwm @ 288098893c1502629fb8f23c43f2821af1c469c3

my dwm build

removed button4/5-bindings for incnmaster on mode label - that is misleading
Anselm R. Garbe arg@suckless.org
Thu, 22 Feb 2007 11:09:44 +0100
commit

288098893c1502629fb8f23c43f2821af1c469c3

parent

cb9607c284f978463be9e2628f115d9f41a49f89

2 files changed, 0 insertions(+), 14 deletions(-)

jump to
M dwm.1dwm.1

@@ -45,12 +45,6 @@ .TP

.B Button3 click on a tag label adds/removes all windows with that tag to/from the view. .TP -.B Button4 -click on the layout label increases the number of windows in the master area (tiling layout only). -.TP -.B Button5 -click on the layout label decreases the number of windows in the master area (tiling layout only). -.TP .B Mod1-Button1 click on a tag label applies that tag to the focused window. .TP
M event.cevent.c

@@ -143,14 +143,6 @@ case Button1:

a.i = -1; setlayout(a); break; - case Button4: - a.i = 1; - incnmaster(a); - break; - case Button5: - a.i = -1; - incnmaster(a); - break; } } else if((c = getclient(ev->window))) {