diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/common/btop/btop.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/common/btop/btop.conf b/config/common/btop/btop.conf index 7affea4..a0b99b6 100644 --- a/config/common/btop/btop.conf +++ b/config/common/btop/btop.conf @@ -54,13 +54,13 @@ 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 direct" +proc_sorting = "memory" #* Reverse sorting order, True or False. proc_reversed = False #* Show processes as a tree. -proc_tree = True +proc_tree = False #* Use the cpu graph colors in the process list. proc_colors = True |