Switch to a layout that's not in the layouts list #2385
Unanswered
80KiloMett
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's not something natively supported AFAIK, but I feel it's exactly the kind of niche use case that Qtile is made for by being configured in Python. You could write and bind custom functions in your configuration for this, one to cycle through your main layouts and one to switch to BSP. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I normally change layouts just by cycling through the layouts list. That's why I don't want to clutter it with too many layouts. Is there a way to load a layout that's not in the list?
Right now Max, Cloumn and MonadTall are in my list and I rarely feel the need for anything else. Today however I found a specific usecase for the bsp layout. So I would like to be able to load it when I feel the need without adding it to my layouts cycle.
Beta Was this translation helpful? Give feedback.
All reactions