From 03de116cc3468a1677a28c195137ac797bbc9a7b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 9 Mar 2023 22:38:55 +0100 Subject: show memory by default in btop --- config/common/btop/btop.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/common/btop') 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 -- cgit v1.2.3