Where is the config file? #1323
Replies: 4 comments 1 reply
-
|
You have to create it:
|
Beta Was this translation helpful? Give feedback.
-
|
The ghostty config is only for terminal rendering (fonts, themes, colors). cmux app settings like workspace reorder behavior, shortcuts, sidebar, etc. live in a separate file:
That file is auto-created with a commented template on first launch. If yours is missing, open cmux Settings, the "cmux.json" section has a button to open the canonical file in your editor. For your "don't reorder workspaces" case, the key is {
"$schema": "https://raw.githubusercontent.com/manaflow-ai/cmux/main/web/data/cmux.schema.json",
"schemaVersion": 1,
"app": {
"reorderOnNotification": false
}
}After saving, hit Cmd+Shift+, or run For chezmoi, you'll want to track both files since they cover different things:
One gotcha, the legacy |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! The file is there. But is is weird. Everything is commented out. Despite the fact that I changed stuff. For example, the reorder on notification. |
Beta Was this translation helpful? Give feedback.
-
|
If you want the v0.63.2 default look, try write these to it |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have just installed cmux and find it awesome. However I want to sync my cmux config (dont reorder workspaces, etc.) to my other computers (via chezmoi)
But I cannot find it.
Regarding the config files mentioned in the docs:
~/.config/ghostty/config. is not present on my system
~/Library/Application Support/com.mitchellh.ghostty/config.ghostty is empty.
Beta Was this translation helpful? Give feedback.
All reactions