1 parent b7cd92b commit 205372aCopy full SHA for 205372a
1 file changed
btop/btop.conf
@@ -57,7 +57,7 @@ update_ms = 200
57
58
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
59
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
60
-proc_sorting = "cpu lazy"
+proc_sorting = "memory"
61
62
#* Reverse sorting order, True or False.
63
proc_reversed = false
@@ -172,7 +172,7 @@ show_swap = true
172
swap_disk = true
173
174
#* If mem box should be split to also show disks info.
175
-show_disks = true
+show_disks = false
176
177
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
178
only_physical = true
0 commit comments