diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-26 17:42:36 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-06-01 14:59:43 -0700 |
commit | 3ebba966f0b21a2686e5cc3fa803882e575a8827 (patch) | |
tree | 29d54b6541f24c8db7eb198d52a248976945fa66 /home/xyz/.config | |
parent | ad770227cface87d122dd1c0291e9798f87dacb0 (diff) |
htop merge command name and command line
https://unix.stackexchange.com/a/657002
Diffstat (limited to 'home/xyz/.config')
-rw-r--r-- | home/xyz/.config/htop/htoprc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.config/htop/htoprc b/home/xyz/.config/htop/htoprc index 444e8ad4..3b02ceda 100644 --- a/home/xyz/.config/htop/htoprc +++ b/home/xyz/.config/htop/htoprc @@ -18,7 +18,7 @@ highlight_changes=0 highlight_changes_delay_secs=5 find_comm_in_cmdline=1 strip_exe_from_cmdline=1 -show_merged_command=0 +show_merged_command=1 header_margin=1 screen_tabs=1 detailed_cpu_time=1 |