mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-11-28 05:00:26 +08:00
New UI Setting: Launch On Fullscreen A new option has been added to the view menu allowing users to enable fullscreen mode automatically when Wave launches. This setting is persistent and can be toggled on a per-user basis.
27 lines
934 B
JSON
27 lines
934 B
JSON
{
|
|
"ai:preset": "ai@global",
|
|
"ai:model": "gpt-5-mini",
|
|
"ai:maxtokens": 4000,
|
|
"ai:timeoutms": 60000,
|
|
"app:defaultnewblock": "term",
|
|
"autoupdate:enabled": true,
|
|
"autoupdate:installonquit": true,
|
|
"autoupdate:intervalms": 3600000,
|
|
"conn:askbeforewshinstall": true,
|
|
"conn:wshenabled": true,
|
|
"editor:minimapenabled": true,
|
|
"web:defaulturl": "https://github.com/wavetermdev/waveterm",
|
|
"web:defaultsearch": "https://www.google.com/search?q={query}",
|
|
"window:tilegapsize": 3,
|
|
"window:maxtabcachesize": 10,
|
|
"window:nativetitlebar": true,
|
|
"window:magnifiedblockopacity": 0.6,
|
|
"window:magnifiedblocksize": 0.9,
|
|
"window:magnifiedblockblurprimarypx": 10,
|
|
"window:fullscreenonlaunch": false,
|
|
"window:magnifiedblockblursecondarypx": 2,
|
|
"window:confirmclose": true,
|
|
"window:savelastwindow": true,
|
|
"telemetry:enabled": true,
|
|
"term:copyonselect": true
|
|
}
|