mirror of
git://git.suckless.org/dwm
synced 2025-04-28 19:30:59 +01:00
respecting inc hints in floating mode on togglemax
This commit is contained in:
parent
9ee9ce7e14
commit
6521c2dd41
2
client.c
2
client.c
@ -411,7 +411,7 @@ togglemax(Arg *arg)
|
||||
sel->h = sh - 2 - bh;
|
||||
|
||||
higher(sel);
|
||||
resize(sel, False, TopLeft);
|
||||
resize(sel, arrange == dofloat, TopLeft);
|
||||
|
||||
sel->x = ox;
|
||||
sel->y = oy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user