projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34e7872
)
sanders patch for b2 toggle
author
arg@suckless.org
<unknown>
Mon, 29 Oct 2007 11:42:58 +0000
(12:42 +0100)
committer
arg@suckless.org
<unknown>
Mon, 29 Oct 2007 11:42:58 +0000
(12:42 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 8933e8e2df6982cb460d9b567c1ab36e9b55730c..e07574a65c2d2e6b9b393940117cdf126d5d19f8 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-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);