diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-09 22:38:55 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-09 22:38:55 +0100 |
commit | 03de116cc3468a1677a28c195137ac797bbc9a7b (patch) | |
tree | dfb662641b448bed2ea4a0f3fe92bb4044c67b35 | |
parent | 39e2b6d33070e09b3c50fe39bcd9dd326998a85c (diff) |
show memory by default in btop
-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 |