hs.tiling icon indicating copy to clipboard operation
hs.tiling copied to clipboard

Layout: 2/3 and 1/3

Open karkraeg opened this issue 9 years ago • 1 comments

Hi!

Great work you did there, I’m using it all the time! Alas, I do not fully understand how you could add a new custom layout. Mind helping me or putting me in the right direction? I would love to have a Layout that, if there are 2 windows open, spreads one (say safari) on two thirds of the screen and the other window to the remaining third:

example

Thanks for your help!

Karl

karkraeg avatar Mar 01 '16 13:03 karkraeg

The layouts are all defined in layouts.lua. So the simplest thing to do is to just look at how those layouts are defined, and make sense of what they are doing, and then add another layout that does what you want

dsanson avatar Mar 19 '16 21:03 dsanson