mirror of
https://github.com/0intro/wmii
synced 2025-01-10 12:22:02 +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;
|
||||
o->frame[o->sel] = f;
|
||||
f->area = o;
|
||||
c = a->frame[j]->client;
|
||||
arrange_column(o);
|
||||
draw_client(f->client);
|
||||
}
|
||||
else if(!strncmp(arg, "up", 3)) {
|
||||
if(j)
|
||||
|
Loading…
Reference in New Issue
Block a user