floatpos: allow controls in floating mode

This commit is contained in:
bakkeby 2020-06-23 12:11:01 +02:00
parent 9ae251791d
commit af30c7a735

View File

@ -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);