mirror of https://github.com/0intro/wmii
swapping keeps focus
This commit is contained in:
parent
44a0d02c92
commit
ae89ad3d79
|
@ -537,9 +537,7 @@ Swaparea:
|
||||||
a->frame[j]->area = a;
|
a->frame[j]->area = a;
|
||||||
o->frame[o->sel] = f;
|
o->frame[o->sel] = f;
|
||||||
f->area = o;
|
f->area = o;
|
||||||
c = a->frame[j]->client;
|
|
||||||
arrange_column(o);
|
arrange_column(o);
|
||||||
draw_client(f->client);
|
|
||||||
}
|
}
|
||||||
else if(!strncmp(arg, "up", 3)) {
|
else if(!strncmp(arg, "up", 3)) {
|
||||||
if(j)
|
if(j)
|
||||||
|
|
Loading…
Reference in New Issue