mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
Don't move/resize the frame on the current tag when tagging a client with multiple tags.
This commit is contained in:
parent
deca2c7f5e
commit
d0e6fb2c2e
@ -200,7 +200,7 @@ attach_to_area(Area *a, Frame *f) {
|
||||
|
||||
if(a->floating) {
|
||||
place_frame(f);
|
||||
resize_client(f->client, &f->r);
|
||||
resize_frame(f, f->r);
|
||||
}
|
||||
|
||||
focus_frame(f, False);
|
||||
|
Loading…
Reference in New Issue
Block a user