applied anydots remark of togglefloating()
This commit is contained in:
parent
8439369db9
commit
6ee8e3e93b
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
@ -304,7 +304,7 @@ void
|
|||
togglefloating(const char *arg) {
|
||||
if(!sel || lt->arrange == floating)
|
||||
return;
|
||||
sel->isfloating = !sel->isfloating;
|
||||
sel->isfloating = !sel->isfloating || sel->isfixed;
|
||||
lt->arrange();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue