diff options
author | pks <pks@pks.rocks> | 2020-11-21 15:49:52 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2020-11-21 15:49:52 +0100 |
commit | 036ce1b0ae5c9f453b55b32a4c53166d71e26478 (patch) | |
tree | 5e2985a908307e50061ae4c5f462105ae0ec51f1 | |
parent | d08f030e752fbe707d5bcc13cbf3db5dfb15afe5 (diff) |
htop: sort by CPU%
-rw-r--r-- | htop/.config/htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |