tsanders patch for b2 toggle - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3033d45d1c6d6f6c1a3fdfa546399f7f02f4a3e0
(DIR) parent 34e7872c89613356293d554970d9d56adc4b0a4e
(HTM) Author: arg@suckless.org <unknown>
Date: Mon, 29 Oct 2007 12:42:58 +0100
sanders patch for b2 toggle
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -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);