mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-03-18 07:23:57 +01:00
The layout should leave the space configured for the border, so that the border always stays within the workspace bounds. Border offset is cleaned up, as it is no longer a rect, but instead just a fixed value. The rect function for adjusting padding now takes a concrete value, as the optional has no local meaning to the operation, being equivalent to the default value. A margin function is added to centralize the notion of increasing the size of a rect by the given margin, the opposite of the padding operation.