From 3abbaaecc6f56ffff4192bf5bbe98ddc99a3356e Mon Sep 17 00:00:00 2001 From: Szymon P Date: Fri, 28 Nov 2025 16:52:27 +0100 Subject: [PATCH] Update .config/btop/btop.conf --- private_dot_config/btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index e4b442a..dcc58b0 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -57,7 +57,7 @@ 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 = "user" #* Reverse sorting order, True or False. proc_reversed = False