summaryrefslogtreecommitdiffstats
path: root/sample_configs
diff options
context:
space:
mode:
Diffstat (limited to 'sample_configs')
-rw-r--r--sample_configs/default_config.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sample_configs/default_config.toml b/sample_configs/default_config.toml
index a2eabb38..bab1833d 100644
--- a/sample_configs/default_config.toml
+++ b/sample_configs/default_config.toml
@@ -18,7 +18,7 @@
# 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
+#unnormalized_cpu = false
# Whether to group processes with the same name together by default.
#group_processes = false
# Whether to make process searching case sensitive by default.
@@ -148,7 +148,6 @@
# type="proc"
# default=true
-
# Filters - you can hide specific temperature sensors, network interfaces, and disks using filters. This is admittedly
# a bit hard to use as of now, and there is a planned in-app interface for managing this in the future:
#[disk_filter]