3e24303f15
Layouts work with the client's geometry in "space on screen that is assigned to this client". This means that the geometry should include decoration (titlebar and borders) and useless gaps. Everything else (especially the C code) works with client's geometry in "space that the client can draw on". This means that the titlebar, borders and the useless gaps are not included into this size. Thus, when applying size hints, the tile layout has to convert between these two representations. Otherwise, size hints are applied incorrectly and to a wrong geometry. Fixes: https://github.com/awesomeWM/awesome/issues/1418 Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
suit | ||
init.lua |