phenax / bsp-layout

Manage layouts in bspwm (tall and wide)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Cycle Through List Of Layouts?

rjhilgefort opened this issue · comments

I'm looking to do something similar to bspc desktop -l next, but with the layouts that this package provides. Is this possible?

Sorry for the beginner question, I'm new to bspwm/sxhkd and still learning some of the tricks, I got this figured out like this if anyone is curious:

# Cycle through layouts
super + d
  bsp-layout set {tall,rtall,wide,rwide,even,tiled}

Thank you for creating this issue. Glad to see you found a workaround for it. I have implemented this feature in a pr now. After some testing it will be available in master and the aur.

Great! Thanks!

This feature has been merged to master. Feel free to test it out. Not available in aur yet.

Nice, thanks!