diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-08-18 14:21:50 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-08-18 14:27:24 (EDT) |
commit | 4016f86eedb381175a42686d461ef49be4408186 (patch) | |
tree | 6a5b4056f5ab2879c3bcbf1e2ca3852fc2b969e3 /.config/htop | |
parent | 415744a1f1c955bdd5020c677a7b9a2a38b27b60 (diff) | |
download | htop-4016f86eedb381175a42686d461ef49be4408186.zip htop-4016f86eedb381175a42686d461ef49be4408186.tar.gz htop-4016f86eedb381175a42686d461ef49be4408186.tar.bz2 |
.config/htop/htoprc: Add PPID, PGRP, SESN; sort by VIRT; remove margin
Diffstat (limited to '.config/htop')
-rw-r--r-- | .config/htop/htoprc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 71a61b4..87061c6 100644 --- a/.config/htop/htoprc +++ b/.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=39 +fields=0 3 4 5 48 17 18 38 39 40 2 46 47 49 1 +sort_key=38 sort_direction=1 hide_threads=0 hide_kernel_threads=1 @@ -13,7 +13,7 @@ highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 tree_view=0 -header_margin=1 +header_margin=0 detailed_cpu_time=0 cpu_count_from_zero=0 update_process_names=0 |