no, ordering floating clients at the end seems better
This commit is contained in:
parent
838a1ff950
commit
0d0e8bde13
3 changed files with 17 additions and 19 deletions
2
client.c
2
client.c
|
@ -247,6 +247,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