all repos — dwm @ 60c06a7cb42219953edf1fa752750eb98384a14b

my dwm build

don't check for monocle layout in zoom() exit condition
garbeam@gmail.com unknown
Tue, 14 Jun 2011 22:28:16 +0100
commit

60c06a7cb42219953edf1fa752750eb98384a14b

parent

114754612228c51fb95fa4d7ad80b0ac0e99322e

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.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))