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:
1147546
)
don't check for monocle layout in zoom() exit condition
author
garbeam@gmail.com
<unknown>
Tue, 14 Jun 2011 21:28:16 +0000
(22:28 +0100)
committer
garbeam@gmail.com
<unknown>
Tue, 14 Jun 2011 21:28:16 +0000
(22:28 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index f6cec0b22ec61b7be08a5a12b541bcf93f5c94e7..7846be0b33b8caeb6c54b0191e92b55c23cffc62 100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-2034,7
+2034,6
@@
zoom(const Arg *arg) {
Client *c = selmon->sel;
if(!selmon->lt[selmon->sellt]->arrange
- || selmon->lt[selmon->sellt]->arrange == monocle
|| (selmon->sel && selmon->sel->isfloating))
return;
if(c == nexttiled(selmon->clients))