Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied the saner patch (removed the pathetic one) - dwm - [fork] customized b…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit aff4c787f484974fc01070842357548d7be395ce
parent fe3dfbbe90f813294bb69e41f996a000f63c1560
Author: Anselm R.Garbe <[email protected]>
Date: Mon, 14 Aug 2006 15:33:23 +0200
applied the saner patch (removed the pathetic one)
Diffstat:
M tag.c | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/tag.c b/tag.c
t@@ -37,15 +37,11 @@ void (*arrange)(Arg *) = DEFMODE;
void
appendtag(Arg *arg)
{
- Client *c = sel;
-
- if(!c)
+ if(!sel)
return;
- c->tags[arg->i] = True;
- arrange(NULL);
- focus(c);
- restack();
+ sel->tags[arg->i] = True;
+ settitle(sel);
}
void
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.