From 4ba8316ee8bba3fcad37a65bf9bdfefdea044623 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 11 Apr 2017 10:51:38 +0200 Subject: Sending client to a different monitor no longer assigns the monitor's tags to the client --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.c') diff --git a/dwm.c b/dwm.c index 571f779..eb330e8 100644 --- a/dwm.c +++ b/dwm.c @@ -1718,7 +1718,7 @@ sendmon(Client *c, Monitor *m) { detach(c); detachstack(c); c->mon = m; - c->tags = m->tagset[m->seltags]; /* assign tags of target monitor */ + //c->tags = m->tagset[m->seltags]; /* assign tags of target monitor */ attach(c); attachstack(c); focus(NULL); -- cgit v1.2.3