~ruther/dwl

95ac2fd73af8cee3ce3e556c254e60a2ca985515 — Guido Cella 1 year, 3 months ago 9df687b
center floating windows
1 files changed, 2 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -0
@@ 453,6 453,8 @@ applyrules(Client *c)
			}
		}
	}
	c->geom.x = (mon->w.width - c->geom.width) / 2 + mon->m.x;
	c->geom.y = (mon->w.height - c->geom.height) / 2 + mon->m.y;
	setmon(c, mon, newtags);
}


Do not follow this link