[hackers] [dwm] sanders patch for b2 toggle

From: <arg_AT_suckless.org>
Date: Mon Oct 29 12:43:39 2007

changeset: 1049:a2dae7badb92
tag: tip
user: arg_AT_suckless.org
date: Mon Oct 29 12:42:58 2007 +0100
summary: sanders patch for b2 toggle

diff -r 98fc0d3c583a -r a2dae7badb92 dwm.c
--- a/dwm.c Sun Oct 28 12:52:16 2007 +0100
+++ b/dwm.c Mon Oct 29 12:42:58 2007 +0100
@@ -340,7 +340,7 @@ buttonpress(XEvent *e) {
                         movemouse(c);
                 }
                 else if(ev->button == Button2) {
- if((floating != layout->arrange) && !c->isfixed && c->isfloating)
+ if((floating != layout->arrange) && c->isfloating)
                                 togglefloating(NULL);
                         else
                                 zoom(NULL);
Received on Mon Oct 29 2007 - 12:43:39 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:58:39 UTC