diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-26 17:42:36 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-26 17:42:36 -0700 |
commit | 0065abdb87984079219d3408814ca6e71d08ab49 (patch) | |
tree | 6d8817e66f5c0236664d317af3df39cbb4d308a9 /home/xyz/.config/htop | |
parent | e6d47b32a74f458a0ee3200844e29b1d820857c2 (diff) |
htop merge command name and command line
https://unix.stackexchange.com/a/657002
Diffstat (limited to 'home/xyz/.config/htop')
-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 |