all repos — dwm @ aff4c787f484974fc01070842357548d7be395ce

my dwm build

applied the saner patch (removed the pathetic one)
Anselm R.Garbe arg@10ksloc.org
Mon, 14 Aug 2006 15:33:23 +0200
commit

aff4c787f484974fc01070842357548d7be395ce

parent

fe3dfbbe90f813294bb69e41f996a000f63c1560

1 files changed, 3 insertions(+), 7 deletions(-)

jump to
M tag.ctag.c

@@ -37,15 +37,11 @@

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