From 036ce1b0ae5c9f453b55b32a4c53166d71e26478 Mon Sep 17 00:00:00 2001 From: pks Date: Sat, 21 Nov 2020 15:49:52 +0100 Subject: htop: sort by CPU% --- htop/.config/htop/htoprc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htop/.config/htop/htoprc b/htop/.config/htop/htoprc index f1fbb68..2fce525 100644 --- a/htop/.config/htop/htoprc +++ b/htop/.config/htop/htoprc @@ -1,7 +1,7 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. fields=0 48 17 18 38 39 40 2 46 47 49 1 -sort_key=47 +sort_key=46 sort_direction=1 hide_threads=1 hide_kernel_threads=1 -- cgit v1.2.3