diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 23:13:38 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-11 23:13:38 +0200 |
commit | dc7bb2769430a61e528863a3ce7e566b8ce561b7 (patch) | |
tree | 6680546dde25bb7b2921bd14cc866bebe05e1c42 /htop | |
parent | 91e5ca760bfa2ff0fbfa5425ce86deb9734bf1a9 (diff) | |
download | dotfiles-dc7bb2769430a61e528863a3ce7e566b8ce561b7.tar.xz |
htop: sort by RES
Diffstat (limited to 'htop')
-rw-r--r-- | htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htop/htoprc b/htop/htoprc index 10cdb43..05610e3 100644 --- a/htop/htoprc +++ b/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=46 +sort_key=39 sort_direction=1 hide_threads=0 hide_kernel_threads=0 |