Closed Fuann-Kinoko closed 1 year ago
Options mentioned are now implemented
https://github.com/imawizard/MiguruWM/pull/14#issuecomment-1593785703
Now threeColumns can choose the postion of master pane, as well as the slave order
threeColumns
threeColumn := ThreeColumnsLayout({ displayName: "Three Columns", masterPos: "mid", slaveReverse: true, masterExtraSize: 1.3})
spiral layout has added an option called ratio, determing the split ratio
spiral
ratio
spiral := SpiralLayout({displayName: "Spiral", ratio: 1.618})
Hey @Fuann-Kinoko, is it ok with the commits I added? If so I'd sqash & merge it.
Yes that would be fine, and thanks for the refactoring
Options mentioned are now implemented
https://github.com/imawizard/MiguruWM/pull/14#issuecomment-1593785703
Now
threeColumns
can choose the postion of master pane, as well as the slave orderspiral
layout has added an option calledratio
, determing the split ratio