diff options
Diffstat (limited to 'btop/btop.conf')
-rw-r--r-- | btop/btop.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/btop/btop.conf b/btop/btop.conf index 626efa3..02ec6c7 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -47,14 +47,14 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. -shown_boxes = "cpu net proc mem" +shown_boxes = "cpu proc mem net" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 100 #* 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 = "threads" +proc_sorting = "memory" #* Reverse sorting order, True or False. proc_reversed = False |