phenax / bsp-layout

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

Replace "bsp-layout cycle" with "bsp-layout {next,prev}"? #40

Closed hamensman closed 2 years ago

hamensman commented 2 years ago

I think the cycle parameter should be replace with next and prev - much like in other default commands.

So I could do something like:

super + {p,o}
bsp-layout {next,prev}

Really, bsp-layout next would do the same thing as the existing bsp-layout cycle, but with the added option of going back a layout with bsp-layout prev.

If this feature already exists, feel free to close this issue.

phenax commented 2 years ago

Fixed in #41