removed button4/5-bindings for incnmaster on mode label - that is misleading 28809889
Anselm R. Garbe · 2007-02-22 11:09 2 file(s) · +0 −14
dwm.1 +0 −6
45 45
.B Button3
46 46
click on a tag label adds/removes all windows with that tag to/from the view.
47 47
.TP
48 -
.B Button4
49 -
click on the layout label increases the number of windows in the master area (tiling layout only).
50 -
.TP
51 -
.B Button5
52 -
click on the layout label decreases the number of windows in the master area (tiling layout only).
53 -
.TP
54 48
.B Mod1-Button1
55 49
click on a tag label applies that tag to the focused window.
56 50
.TP
event.c +0 −8
143 143
				a.i = -1;
144 144
				setlayout(a);
145 145
				break;
146 -
			case Button4:
147 -
				a.i = 1;
148 -
				incnmaster(a);
149 -
				break;
150 -
			case Button5:
151 -
				a.i = -1;
152 -
				incnmaster(a);
153 -
				break;
154 146
			}
155 147
	}
156 148
	else if((c = getclient(ev->window))) {