diff options
Diffstat (limited to 'dev/.config')
-rw-r--r-- | dev/.config/htop/htoprc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/.config/htop/htoprc b/dev/.config/htop/htoprc index 6511397..e3e5dd8 100644 --- a/dev/.config/htop/htoprc +++ b/dev/.config/htop/htoprc @@ -9,7 +9,7 @@ hide_kernel_threads=1 hide_userland_threads=0 shadow_other_users=0 show_thread_names=0 -show_program_path=0 +show_program_path=1 highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 @@ -17,8 +17,8 @@ highlight_changes=0 highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 -show_merged_command=0 -tree_view=0 +show_merged_command=1 +tree_view=1 tree_view_always_by_pid=0 header_margin=1 detailed_cpu_time=0 |