added general centralization rule for new clients (works around various borken apps)

This commit is contained in:
Anselm R.Garbe 2006-08-16 15:57:36 +02:00
parent 4cc0551948
commit a20b10d01f
2 changed files with 14 additions and 2 deletions

5
tag.c
View file

@ -281,7 +281,10 @@ void
togglemode(Arg *arg)
{
arrange = arrange == dofloat ? dotile : dofloat;
arrange(NULL);
if(sel)
arrange(NULL);
else
drawstatus();
}
void