Update 2024-12-23

This commit is contained in:
2024-12-23 22:36:35 +02:00
parent 56d085310f
commit 9ae599446b
42 changed files with 1412 additions and 412 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 = "cpu direct"
proc_sorting = "user"
#* Reverse sorting order, True or False.
proc_reversed = False