Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
pop on heretag
[dwm.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index
3837fbd
..
fce3c6e
100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-136,7
+136,7
@@
heretag(Arg *arg)
for(i = 0; i < TLast; i++)
c->tags[i] = NULL;
c->tags[tsel] = tags[tsel];
-
arrange(NULL
);
+
pop(c
);
focus(c);
}