phenax / bsp-layout

Manage layouts in bspwm (tall and wide)
MIT License
373 stars 30 forks source link

Error: Unknown Setting "automatic_scheme" #34

Closed AP2008 closed 3 years ago

AP2008 commented 3 years ago

I installed bsp-layout on Ubuntu 18. I try running bsp-layout set grid and this is the output:

$ bsp-layout set grid
config: Unknown setting: 'automatic_scheme'.
config: Was expecting 1 or 2 arguments, received 5.
config: Unknown setting: 'automatic_scheme'.
config: Was expecting 1 or 2 arguments, received 5.
[7258]

It also does not seem to be working as the windows still get arranged in the default layout.

AP2008 commented 3 years ago

My bad! I checked and found out that my bspwm version was 0.9.3. This is the latest version available in the Ubuntu 18 package repository. So, I built bspwm from source. And, it works now. Great project!!!