Make it work in one workspace alone? #1094
Unanswered
AlexsanderCallou
asked this question in
Q&A
Replies: 1 comment
-
You can use the As for the one workspace tiling and others floating question, you can configure your workspaces to float by not setting the "monitors": [
{
"workspaces": [
{ "name": "Tiling", "layout": "BSP" },
{ "name": "Floating" }
]
}
], If you want multiple floating workspaces, then you can just add a new one. Be aware that if you switch to workspace 3 (is not set in the config) then a new workspace is created with BSP layout by default. I hope I understood what you needed and this will help you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
it's possible to use komorebic in only one workspace? and let the others one like used to be?
also, how you guys configure to start windows with komorebic? using ms scheduler?
Beta Was this translation helpful? Give feedback.
All reactions