This commit is contained in:
2025-11-01 23:52:08 +01:00
parent 9b8425338b
commit 27c5994f44
2 changed files with 3 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 2000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "pid"
proc_sorting = "cpu lazy"
#* Reverse sorting order, True or False.
proc_reversed = True