[hackers] [dwm] assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho) || Anselm R Garbe

From: <hg_AT_suckless.org>
Date: Thu, 25 Jun 2009 10:10:24 +0000 (UTC)

changeset: 1421:90b25302c8ee
tag: tip
user: Anselm R Garbe <garbeam_AT_gmail.com>
date: Thu Jun 25 11:10:19 2009 +0100
files: dwm.c
description:
assign selected tags of target monitor to client when tagmon is performed (less obtrusive imho)

diff -r 245eb72073c2 -r 90b25302c8ee dwm.c
--- a/dwm.c Wed Jun 24 20:04:18 2009 +0100
+++ b/dwm.c Thu Jun 25 11:10:19 2009 +0100
@@ -1502,6 +1502,7 @@
                         detach(c);
                         detachstack(c);
                         c->mon = m;
+ c->tags = selmon->seltags; /* assign tags of target monitor */
                         attach(c);
                         attachstack(c);
                         m->sel = c;
Received on Thu Jun 25 2009 - 10:10:24 UTC

This archive was generated by hypermail 2.2.0 : Thu Jun 25 2009 - 10:12:04 UTC