all repos — dwm @ 0faaba04a589c288a3f117f6c5b2c259c2b6790d

my dwm build

allowing zoom within master area as well
Anselm R. Garbe arg@suckless.org
Fri, 05 Jan 2007 15:08:25 +0100
commit

0faaba04a589c288a3f117f6c5b2c259c2b6790d

parent

ec7a5ffff146d71f16d4d9de78db0f1044aa9bc9

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M view.cview.c

@@ -302,10 +302,11 @@ return;

} for(n = 0, c = nexttiled(clients); c; c = nexttiled(c->next)) n++; + + c = sel; if(n <= nmaster || (arrange == dofloat)) - return; - - if(ismaster((c = sel))) { + pop(c); + else if(ismaster(sel)) { if(!(c = topofstack())) return; swap(c, sel);