This commit is contained in:
2025-09-29 19:52:01 +04:00
parent 7c4443945f
commit d0b318709e
18 changed files with 936 additions and 2 deletions

View File

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