diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-05-03 21:02:35 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-05-03 21:02:35 +0200 |
commit | a8b8856801dbda0877438b434ef69d93ec14ee13 (patch) | |
tree | 8527b790f76296787e3978eec548ff97292ca99c | |
parent | 70cffc09a1ac7112face7f4600d802b512967a73 (diff) |
htop
-rw-r--r-- | htop/.config/htop/htoprc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/htop/.config/htop/htoprc b/htop/.config/htop/htoprc index 0297d95..7f1c96c 100644 --- a/htop/.config/htop/htoprc +++ b/htop/.config/htop/htoprc @@ -3,11 +3,12 @@ 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 highlight_base_name=0 highlight_megabytes=1 highlight_threads=0 |