X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.c;h=26ec20b34f90cf2b67bb2d0e030c793b461c0024;hb=a73ff905b04a5f1dab6e0aface03317a81528a95;hp=b54ccd4f30e9c068be1453b62fb4caf9e45075cc;hpb=ab06f7444bf558d4a58e6ca617b1b4f55c6b00c7;p=dwm.git diff --git a/dwm.c b/dwm.c index b54ccd4..26ec20b 100644 --- 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;