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:44 -0700 |
commit | edb43020d88bf962630930a21f60841ded54ebd9 (patch) | |
tree | 4c5c845b41bdb87ab716a26fd57c2d5aefa111b7 /home | |
parent | 56fcb1efdc89eee9fff257a96631c3084edbb2e5 (diff) |
htop merge command name and command line
https://unix.stackexchange.com/a/657002
Diffstat (limited to 'home')
-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 |