all repos — dwm @ e3f0445df1dcdd34189c9d48cbad67dd32764575

my dwm build

assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)
Anselm R Garbe garbeam@gmail.com
Thu, 25 Jun 2009 11:10:19 +0100
commit

e3f0445df1dcdd34189c9d48cbad67dd32764575

parent

ab06f7444bf558d4a58e6ca617b1b4f55c6b00c7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M dwm.cdwm.c

@@ -1502,6 +1502,7 @@ if(i == arg->ui) {

detach(c); detachstack(c); c->mon = m; + c->tags = selmon->seltags; /* assign tags of target monitor */ attach(c); attachstack(c); m->sel = c;