summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2020-11-21 15:49:52 +0100
committerpks <pks@pks.rocks>2020-11-21 15:49:52 +0100
commit036ce1b0ae5c9f453b55b32a4c53166d71e26478 (patch)
tree5e2985a908307e50061ae4c5f462105ae0ec51f1
parentd08f030e752fbe707d5bcc13cbf3db5dfb15afe5 (diff)
htop: sort by CPU%
-rw-r--r--htop/.config/htop/htoprc2
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