diff options
author | P. J. McDermott <pj@pehjota.net> | 2018-08-18 16:01:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2018-08-18 16:01:15 (EDT) |
commit | 439de46029868557c713adec6dc1352e8ea27fcd (patch) | |
tree | 5c1fbd139590b13d7d829e882f25097117d6e983 /.config/htop | |
parent | 4016f86eedb381175a42686d461ef49be4408186 (diff) | |
download | htop-439de46029868557c713adec6dc1352e8ea27fcd.zip htop-439de46029868557c713adec6dc1352e8ea27fcd.tar.gz htop-439de46029868557c713adec6dc1352e8ea27fcd.tar.bz2 |
.config/htop/htoprc: Add START, NLWP, and OOM columns
Diffstat (limited to '.config/htop')
-rw-r--r-- | .config/htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 87061c6..0e27c8d 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,6 +1,6 @@ # 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 4 5 48 17 18 38 39 40 2 46 47 49 1 +fields=0 3 4 5 48 17 18 38 39 40 2 46 47 49 20 50 113 1 sort_key=38 sort_direction=1 hide_threads=0 |