Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix client position in list also on tag and toggletag - dwm - [fork] customize…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 5056bb952ddd9d667d2897ab09324ef7ce1596ea
parent 8a6679b3b4999559059df3ae9e08951099511036
Author: Anselm R. Garbe <[email protected]>
Date: Tue, 29 Aug 2006 09:25:14 +0200
fix client position in list also on tag and toggletag
Diffstat:
M tag.c | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tag.c b/tag.c
t@@ -120,6 +120,8 @@ tag(Arg *arg)
sel->tags[i] = False;
sel->tags[arg->i] = True;
settitle(sel);
+ detach(sel);
+ attach(sel);
if(!isvisible(sel))
arrange(NULL);
else
t@@ -139,6 +141,8 @@ toggletag(Arg *arg)
if(i == ntags)
sel->tags[arg->i] = True;
settitle(sel);
+ detach(sel);
+ attach(sel);
if(!isvisible(sel))
arrange(NULL);
else
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.