update key mapping

This commit is contained in:
DefectingCat
2024-02-21 14:19:18 +08:00
parent d29659de1e
commit f8c0dcb681
2 changed files with 11 additions and 7 deletions

View File

@ -54,7 +54,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 lazy"
#* Reverse sorting order, True or False.
proc_reversed = False