summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration/config-file/cpu.md
blob: 77d8fe30de514f706b1d651edc612d22b2461f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
# CPU

## Default CPU Graph Selection

You can configure which CPU graph is shown by default when starting up bottom by setting `cpu.default`.

```toml
[cpu]
# One of "all" (default), "average"/"avg"
default = "average"
```