]> git.sur5r.net Git - i3/i3/commit
Distribute rest space between windows as long as possible. (Thanks msi)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Dec 2009 16:02:22 +0000 (17:02 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 13 Dec 2009 16:02:22 +0000 (17:02 +0100)
commit937048d47bfe6b3cb9d6a7eac2f76171b3568238
treefb2e9d95eb9e763dbf08d8e10448303942fdf245
parentf87b98e0a7bf385fd60c06281c96cc2d9c768c44
Distribute rest space between windows as long as possible. (Thanks msi)

When having 8 windows in a container which has 766 px available,
you ended up losing 0,75 px per window which would quickly sum up.
Now, the rest space (6 px in this example) is distributed in units
of one pixel to as many windows as possible.
src/layout.c