togglemax repects inc-hints (this way gvim can be toggle'maxed as well)

new_dwm
Anselm R.Garbe 18 years ago
parent 0228dcd58f
commit 9d39da6452

@ -411,7 +411,7 @@ togglemax(Arg *arg)
sel->h = sh - 2 - bh; sel->h = sh - 2 - bh;
higher(sel); higher(sel);
resize(sel, False, TopLeft); resize(sel, True, TopLeft);
sel->x = ox; sel->x = ox;
sel->y = oy; sel->y = oy;

Loading…
Cancel
Save