From 60c06a7cb42219953edf1fa752750eb98384a14b Mon Sep 17 00:00:00 2001 From: "garbeam@gmail.com" Date: Tue, 14 Jun 2011 22:28:16 +0100 Subject: [PATCH] don't check for monocle layout in zoom() exit condition --- dwm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dwm.c b/dwm.c index f6cec0b..7846be0 100644 --- 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)) -- 1.7.10.4