How do I set a custom layout as the default? #554
Answered
by
calebcassel
calebcassel
asked this question in
Q&A
-
I want to set my layout JSON file as the default. How do I do this? I tried pointing to the layout file in my komorebic.json, but it won't start when I do that. I can only load the layout after the fact by command line. |
Beta Was this translation helpful? Give feedback.
Answered by
calebcassel
Oct 9, 2023
Replies: 1 comment 1 reply
-
The path can be specified using the { // monitor configuration object
"workspaces": [
{ // workspace configuration object
"name": "personal",
"custom_layout": "C:\\Users\\LGUG2Z\\custom.yaml"
}
]
} |
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
Thanks @LGUG2Z - this saved me. One change I had to make was to use single forward slashes rather than double backslashes. This is on Windows 11 in Powershell 7.