diff options
Diffstat (limited to '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 |