diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-08-17 10:48:16 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-08-18 14:25:39 (EDT) |
commit | 415744a1f1c955bdd5020c677a7b9a2a38b27b60 (patch) | |
tree | 8889157abea2e96ff6bd496073066a7f2bd7da33 /.config | |
parent | 4fff7a4d69a9e2613c2142954a02a414044278f0 (diff) | |
download | htop-415744a1f1c955bdd5020c677a7b9a2a38b27b60.zip htop-415744a1f1c955bdd5020c677a7b9a2a38b27b60.tar.gz htop-415744a1f1c955bdd5020c677a7b9a2a38b27b60.tar.bz2 |
.config/htop/htoprc: Sort by RES and hide userland threads
Diffstat (limited to '.config')
-rw-r--r-- | .config/htop/htoprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 6641dba..71a61b4 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,11 +1,11 @@ # 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=1 -hide_userland_threads=0 +hide_userland_threads=1 shadow_other_users=0 show_thread_names=0 show_program_path=1 |