summaryrefslogtreecommitdiffstats
path: root/sample_configs/default_config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sample_configs/default_config.toml')
-rw-r--r--sample_configs/default_config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index 7ead3315..a2eabb38 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -17,6 +17,8 @@
#left_legend = false
# Whether to set CPU% on a process to be based on the total CPU or just current usage.
#current_usage = false
+# Whether to set CPU% on a process to be based on the total CPU or per-core CPU% (not divided by the number of cpus).
+#per_core_percentage = false
# Whether to group processes with the same name together by default.
#group_processes = false
# Whether to make process searching case sensitive by default.