From e3f0445df1dcdd34189c9d48cbad67dd32764575 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Thu, 25 Jun 2009 11:10:19 +0100 Subject: assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho) --- dwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwm.c b/dwm.c index b54ccd4..6459512 100644 --- a/dwm.c +++ b/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; -- cgit 1.4.1-2-gfad0 u/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/enumerate/enumerate.cc
blob: 2777c407559f9a1bafb864b1f5396733b84056de (plain) (tree)
1
2
3
4
5
6
7
8
9
10