summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration/config-file
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-09 19:20:34 -0400
committerGitHub <noreply@github.com>2023-05-09 19:20:34 -0400
commitdae65bcd560eef4159e01c7c13cb816d77969005 (patch)
tree2d4c9271832756ea8599f783a6c10d261269514e /docs/content/configuration/config-file
parent53d7cbb170572548d7ea62cc3dad38db9aa9a808 (diff)
bug: fix certain custom column combinations causing issues (#1140)
* docs: update some docs related to processes * bug: temp bandaid on column feature to avoid dupes issue
Diffstat (limited to 'docs/content/configuration/config-file')
-rw-r--r--docs/content/configuration/config-file/processes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/configuration/config-file/processes.md b/docs/content/configuration/config-file/processes.md
index 55e5c2c6..b3637f08 100644
--- a/docs/content/configuration/config-file/processes.md
+++ b/docs/content/configuration/config-file/processes.md
@@ -6,6 +6,6 @@ You can configure which columns are shown by the process widget by setting the `
```toml
[processes]
-# Pick which columns you want to use.
+# Pick which columns you want to use in any order.
columns = ["cpu%", "mem", "mem%", "pid", "count", "name", "command", "read", "write", "Tread", "twrite", "state", "user", "time"]
```