mirror of https://github.com/0intro/wmii
allowing selection of floating layer
This commit is contained in:
parent
0e4b36e0ff
commit
a8ad9ba1cd
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue