X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;h=66f550cd3800962da56970f2b66d6cba11d4e5ba;hb=b61f91361c81b3c619ef6dac6e80e19a64d5fcf3;hp=ccbb454228759e802302080e4d65d787f5c1f6b6;hpb=de6695792a7e24c925b18c74f913f82b0a0e9148;p=dwm.git diff --git a/view.c b/view.c index ccbb454..66f550c 100644 --- 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 {