Minor changes

This commit is contained in:
Kristofers Solo
2022-05-31 14:57:45 +03:00
parent 4885c6243c
commit 8141a4d860
5 changed files with 10 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ update_ms = 1000
#* 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 = "cpu direct"
proc_sorting = "memory"
#* Reverse sorting order, True or False.
proc_reversed = False