mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-12 21:59:58 +02:00
This commit adds a ColumnWidth for Column::Primary which can optionally be given as a percentage of the total work area of a monitor. The remaining columns will have their widths calculated by dividing the remaining work area space evenly. This commit also fixes a bug with the Promote command, which was not calculating the primary container index of custom layouts properly, and was also not using this value to update the focused container index at the end of the promotion handler. re #50