mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +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;
|
Client *c = selmon->sel;
|
||||||
|
|
||||||
if (!c || !c->isfloating)
|
if (!c || (selmon->lt[selmon->sellt]->arrange && !c->isfloating))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
setfloatpos(c, (char *)arg->v);
|
setfloatpos(c, (char *)arg->v);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user