Commit 60c06a7

garbeam@gmail.com <unknown>
2011-06-14 17:28:16
don't check for monocle layout in zoom() exit condition
1 parent 1147546
Changed files (1)
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))