diff options
-rw-r--r-- | view.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -177,6 +177,8 @@ isvisible(Client *c) { void resizemaster(Arg *arg) { + if(arrange != dotile) + return; if(arg->i == 0) master = MASTER; else { |
index : dwm.git | ||
Fork of the dynamic window manager from the suckless project | git |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | view.c | 2 |
@@ -177,6 +177,8 @@ isvisible(Client *c) { void resizemaster(Arg *arg) { + if(arrange != dotile) + return; if(arg->i == 0) master = MASTER; else { |