Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
simplified configurerequest to a bare minimum, removed wrong ban() calls
[dwm.git]
/
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 {