소스 검색

assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)

Anselm R Garbe 16 년 전
부모
커밋
e3f0445df1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

@@ -1502,6 +1502,7 @@ tagmon(const Arg *arg) {
 			detach(c);
 			detachstack(c);
 			c->mon = m;
+			c->tags = selmon->seltags; /* assign tags of target monitor */
 			attach(c);
 			attachstack(c);
 			m->sel = c;