mirror of
https://github.com/0intro/wmii
synced 2025-01-12 21:29:19 +03:00
update c->floating on clientfocus
This commit is contained in:
parent
01a0796d65
commit
eb022b2613
@ -137,6 +137,7 @@ focus_client(Client *c, Bool restack)
|
||||
|
||||
v->sel = i;
|
||||
f->area->sel = idx_of_frame(f);
|
||||
c->floating = !i;
|
||||
if(restack)
|
||||
restack_view(v);
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user