summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2021-08-24 16:44:20 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2021-08-24 16:44:20 (EDT)
commit09176f73ef243d57ed6d967167804757ea44fd20 (patch)
tree62e0a1985fe597297111e41941ed64648f95e6d8
parent5fbc7635ad62c5d2fb8436bd46e1e837a78a2db6 (diff)
downloadhtop-09176f73ef243d57ed6d967167804757ea44fd20.zip
htop-09176f73ef243d57ed6d967167804757ea44fd20.tar.gz
htop-09176f73ef243d57ed6d967167804757ea44fd20.tar.bz2
.config/htop/htoprc: Sort by VIRT
-rw-r--r--.config/htop/htoprc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc
index f830d0d..d0f5762 100644
--- a/.config/htop/htoprc
+++ b/.config/htop/htoprc
@@ -1,8 +1,8 @@
# 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 3 48 17 18 38 39 40 2 46 47 49 1
-sort_key=47
-sort_direction=1
+sort_key=38
+sort_direction=-1
tree_sort_key=0
tree_sort_direction=1
hide_kernel_threads=1