🔧 chore(btop): Update config

This commit is contained in:
punkfairie 2024-03-13 17:26:07 -07:00
parent e0959ad01a
commit a9ad440b05
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -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