X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=view.c;h=66f550cd3800962da56970f2b66d6cba11d4e5ba;hb=3167373512c562f8f040203d2ee29084c76d00a0;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 {