diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-10-19 16:49:09 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-10-19 16:49:09 +0200 |
commit | 99861145a29e36bf97136e4fb9626dde45274444 (patch) | |
tree | 613c946a1068c4554ce261ad70c2b3660aff2d7a /htop | |
parent | 4dde62d213d17076bb80f123cb964a37fcf18407 (diff) | |
parent | d03551cbf8c96e0f28a32a348eff337ff7bd7c83 (diff) |
merge w/ barkley's version
Diffstat (limited to 'htop')
-rw-r--r-- | htop/.config/htop/htoprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htop/.config/htop/htoprc b/htop/.config/htop/htoprc index d0ff8ef..7f1c96c 100644 --- a/htop/.config/htop/htoprc +++ b/htop/.config/htop/htoprc @@ -3,9 +3,9 @@ fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=46 sort_direction=1 -hide_threads=0 +hide_threads=1 hide_kernel_threads=1 -hide_userland_threads=0 +hide_userland_threads=1 shadow_other_users=0 show_thread_names=0 show_program_path=1 |