Replies: 2 comments 6 replies
-
It seems to me that what you are looking for is something like this (I hope this works) "monitors": [
{
"workspaces": [
{ "name": "Personal", "layout_rules": { "0": "UltrawideVerticalStack", "5": "Grid" } },
{ "name": "Floaters" }
]
},
{
"workspaces": [
{
"name": "Code",
"layout": "UltrawideVerticalStack",
"workspace_rules": [
{
"kind": "Exe",
"id": "code.exe",
"matching_strategy": "Equals"
}
]
}
]
}
] using the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Komorebi is worth your time :) I might as well mention that this setting will not allow you to move these windows to an other ws, so if you only need it to start on that ws (and move it to another perhaps) then you can test |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pretty much what the title says.
Apologies for asking an obvious (?) question, I am fully aware that I'm having some senior moment here (56yrs old) :), but I just can't wrap my head around this.
F.ex. if I start VSCode I want it to start in the same ws, and on the same display (I have two) every time, this also goes if I start a new instance of code.exe, it should start in the same ws, on the same display as the first one.
Any advise is greatly appreciated.
As other have said, amazing work.
Beta Was this translation helpful? Give feedback.
All reactions