changeset:   821:75bbe1b1e001
tag:         tip
user:        Anselm R. Garbe <arg_AT_suckless.org>
date:        Thu Feb 22 11:09:44 2007 +0100
summary:     removed button4/5-bindings for incnmaster on mode label - that is misleading
diff -r e93d501648ab -r 75bbe1b1e001 dwm.1
--- a/dwm.1	Thu Feb 22 11:06:37 2007 +0100
+++ b/dwm.1	Thu Feb 22 11:09:44 2007 +0100
@@ -44,12 +44,6 @@ label toggles between tiling and versati
 .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.
diff -r e93d501648ab -r 75bbe1b1e001 event.c
--- a/event.c	Thu Feb 22 11:06:37 2007 +0100
+++ b/event.c	Thu Feb 22 11:09:44 2007 +0100
@@ -143,14 +143,6 @@ buttonpress(XEvent *e) {
                                 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))) {
Received on Thu Feb 22 2007 - 11:09:52 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:42 UTC