mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Widthpercentage not applying for custom layout #319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @1gn0r3d on GitHub (Mar 29, 2024).
Describe the bug
I am trying to apply a simple custom template where the primary column takes up 65% of the screen, however when applying the template, it will just split the columns equally. Furthermore, I cannot resize the width with the default alt+'+' and '-' keys.
To Reproduce
I have tried applying the following custom layouts:
[ { "column": "Secondary", "configuration": { "Horizontal": 1 } }, { "column": "Primary", "WidthPercentage": 65 }, { "column": "Tertiary", "configuration": "Horizontal" } ][ { "column": "Primary", "WidthPercentage": 65 }, { "column": "Tertiary", "configuration": "Horizontal" } ]Expected behavior
The primary window should take up 65% of the screen. However when applying the template, it will just take up 50%
Operating System
komorebic checkOutput@LGUG2Z commented on GitHub (Mar 29, 2024):
The
WidthPercentagekey comes underconfiguration, for example, your first layout can be changed like this: