mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-05 00:00:18 +00:00
floatpos: allow controls in floating mode
This commit is contained in:
parent
9ae251791d
commit
af30c7a735
@ -3,7 +3,7 @@ floatpos(const Arg *arg)
|
||||
{
|
||||
Client *c = selmon->sel;
|
||||
|
||||
if (!c || !c->isfloating)
|
||||
if (!c || (selmon->lt[selmon->sellt]->arrange && !c->isfloating))
|
||||
return;
|
||||
|
||||
setfloatpos(c, (char *)arg->v);
|
||||
|
Loading…
Reference in New Issue
Block a user