Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
typo fix
[dwm.git]
/
dwm.c
diff --git
a/dwm.c
b/dwm.c
index
b54ccd4
..
26ec20b
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1502,6
+1502,7
@@
tagmon(const Arg *arg) {
detach(c);
detachstack(c);
c->mon = m;
+ c->tags = m->seltags; /* assign tags of target monitor */
attach(c);
attachstack(c);
m->sel = c;