🔧 chore(btop): Update config
This commit is contained in:
parent
e0959ad01a
commit
a9ad440b05
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ update_ms = 2000
|
|||
|
||||
#* 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 lazy"
|
||||
proc_sorting = "name"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
|
Loading…
Reference in a new issue