summaryrefslogtreecommitdiffstats
path: root/docs/content/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/configuration')
-rw-r--r--docs/content/configuration/config-file/processes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/content/configuration/config-file/processes.md b/docs/content/configuration/config-file/processes.md
new file mode 100644
index 00000000..55e5c2c6
--- /dev/null
+++ b/docs/content/configuration/config-file/processes.md
@@ -0,0 +1,11 @@
+# Processes
+
+## Columns
+
+You can configure which columns are shown by the process widget by setting the `columns` setting:
+
+```toml
+[processes]
+# Pick which columns you want to use.
+columns = ["cpu%", "mem", "mem%", "pid", "count", "name", "command", "read", "write", "Tread", "twrite", "state", "user", "time"]
+```