Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

define list of stack modes to cycle between #540

Open
mvhulten opened this issue Nov 17, 2023 · 0 comments
Open

define list of stack modes to cycle between #540

mvhulten opened this issue Nov 17, 2023 · 0 comments

Comments

@mvhulten
Copy link

Before version 3.5.0, spectrwm had three layouts (disregarding the flipped modes). Now a fourth stacking mode, floating, has been added.

By default one can change modes with cycle_layout (by default M-<Space>). I do not want the floating mode be part of this. Can I restrict the modes changed by cycle_layout to layout_{vertical,horizontal,max} disregarding layout_floating?

If this is not possible, this is a feature request.

LordReg added a commit that referenced this issue Mar 19, 2024
Define the layout sequence used by the 'cycle_layout' action. Possible
values are 'vertical', 'horizontal', 'max' and 'floating'. At least one
value must be specified, without duplicates.

The default is 'vertical,horizontal,max,floating'

Closes #540
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant