mirror of
https://github.com/0intro/wmii
synced 2025-01-25 11:32:06 +03:00
fixed some other swapping issues, now works like a charm
This commit is contained in:
parent
344f3d0573
commit
44a0d02c92
@ -537,7 +537,9 @@ 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
Block a user