JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't resize master if not in tiled mode
authorAnselm R. Garbe <arg@suckless.org>
Mon, 19 Feb 2007 09:51:11 +0000 (10:51 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Mon, 19 Feb 2007 09:51:11 +0000 (10:51 +0100)
view.c

diff --git a/view.c b/view.c
index ccbb454..66f550c 100644 (file)
--- a/view.c
+++ b/view.c
@@ -177,6 +177,8 @@ isvisible(Client *c) {
 
 void
 resizemaster(Arg *arg) {
+       if(arrange != dotile)
+               return;
        if(arg->i == 0)
                master = MASTER;
        else {