summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-12-07 04:28:43 -0500
committerGitHub <noreply@github.com>2022-12-07 04:28:43 -0500
commit07fd2152f41d1a65d9262691bbe896f8d84dabca (patch)
tree1d5604e0ea9a40cacc112959d04db5878bc236b0 /docs/content/configuration
parentc38313abebd900ec6735aab1ded33b17bd2cb92e (diff)
docs: update changelog + docs for default expansion feature (#928)
Diffstat (limited to 'docs/content/configuration')
-rw-r--r--docs/content/configuration/command-line-flags.md1
-rw-r--r--docs/content/configuration/config-file/flags.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/configuration/command-line-flags.md b/docs/content/configuration/command-line-flags.md
index 36d18c0a..86fad044 100644
--- a/docs/content/configuration/command-line-flags.md
+++ b/docs/content/configuration/command-line-flags.md
@@ -46,3 +46,4 @@ The following flags can be provided to bottom in the command line to change the
| `--enable_gpu_memory` | Enable collecting and displaying GPU memory usage. |
| `--retention` | How much data is stored at once in terms of time. |
| `-n`, `--unnormalized_cpu` | Show process CPU% without normalizing over the number of cores. |
+| `-e`, `--expanded` | Expand the default widget upon starting the app. |
diff --git a/docs/content/configuration/config-file/flags.md b/docs/content/configuration/config-file/flags.md
index 606eef63..af84fcbd 100644
--- a/docs/content/configuration/config-file/flags.md
+++ b/docs/content/configuration/config-file/flags.md
@@ -39,3 +39,4 @@ Most of the [command line flags](../../command-line-flags) have config file equi
| `enable_gpu_memory` | Boolean | Shows the GPU memory widget. |
| `retention` | String (human readable time, such as "10m", "1h", etc.) | How much data is stored at once in terms of time. |
| `unnormalized_cpu` | Boolean | Show process CPU% without normalizing over the number of cores. |
+| `expanded_on_startup` | Boolean | Expand the default widget upon starting the app. |