maybe this might work
This commit is contained in:
parent
6078d756bc
commit
e8389a4cc0
3 changed files with 9 additions and 4 deletions
2
client.c
2
client.c
|
@ -243,6 +243,8 @@ manage(Window w, XWindowAttributes *wa)
|
|||
c->isfloat = trans
|
||||
|| (c->maxw && c->minw &&
|
||||
c->maxw == c->minw && c->maxh == c->minh);
|
||||
if(c->isfloat)
|
||||
c->weight = ntags;
|
||||
|
||||
if(clients)
|
||||
clients->prev = c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue