allowing selection of floating layer

This commit is contained in:
Anselm R. Garbe 2006-02-20 07:46:54 +01:00
parent 0e4b36e0ff
commit a8ad9ba1cd
1 changed files with 2 additions and 0 deletions

View File

@ -92,5 +92,7 @@ select_area(Area *a, char *arg)
new = p->area[i];
if(new->nclient)
focus_client(new->client[new->sel], True);
else
p->sel = i;
}