phenax / bsp-layout

Manage layouts in bspwm (tall and wide)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set the master size for layouts in `bsp-layout once`

r-31415 opened this issue · comments

HI @phenax,

Excellent project :-)

I found that it is not currently possible to set the master size for bsp-layout once. For example, the following command ignores --master-size:

bsp-layout once tall -- --master-size 0.3

Here you can see an example of this behavior. In the first part of this demo, bsp-layout set tall -- --master-size 0.3 is executed (which works correctly) and then successive values of master-size for bsp-layout once tall -- --master-size are ignored.

screencast-master-size

I'm running bspwm 0.9.10-9-g853bb73 and bsp-layout 0.0.3

Thanks!

Thank you for reporting this! I've fixed this bug in master. Can you test it out?

I can confirm this issue has been fixed. Thank you!