Update 2024-12-21

This commit is contained in:
2024-12-21 19:33:54 +02:00
parent 9e0be0285a
commit 56d085310f
32 changed files with 210 additions and 137 deletions

View File

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