removed button4/5-bindings for incnmaster on mode label - that is misleading
This commit is contained in:
parent
cb9607c284
commit
288098893c
6
dwm.1
6
dwm.1
@ -45,12 +45,6 @@ label toggles between tiling and versatile layout.
|
|||||||
.B Button3
|
.B Button3
|
||||||
click on a tag label adds/removes all windows with that tag to/from the view.
|
click on a tag label adds/removes all windows with that tag to/from the view.
|
||||||
.TP
|
.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
|
.B Mod1-Button1
|
||||||
click on a tag label applies that tag to the focused window.
|
click on a tag label applies that tag to the focused window.
|
||||||
.TP
|
.TP
|
||||||
|
8
event.c
8
event.c
@ -143,14 +143,6 @@ buttonpress(XEvent *e) {
|
|||||||
a.i = -1;
|
a.i = -1;
|
||||||
setlayout(a);
|
setlayout(a);
|
||||||
break;
|
break;
|
||||||
case Button4:
|
|
||||||
a.i = 1;
|
|
||||||
incnmaster(a);
|
|
||||||
break;
|
|
||||||
case Button5:
|
|
||||||
a.i = -1;
|
|
||||||
incnmaster(a);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if((c = getclient(ev->window))) {
|
else if((c = getclient(ev->window))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user