diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-17 10:46:33 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-17 10:46:33 -0500 |
commit | 06b0c7eb739fd430aacbb46f183cea4aaf17300a (patch) | |
tree | b87398a7ed71ed22d4c43c42f274fbff12c1d578 /htop | |
parent | aff2302d113a71aee647ab71336e8d68bb844653 (diff) | |
download | dotconfig-06b0c7eb739fd430aacbb46f183cea4aaf17300a.tar.xz dotconfig-06b0c7eb739fd430aacbb46f183cea4aaf17300a.zip |
small changes to zsh and st configsa
Diffstat (limited to 'htop')
-rw-r--r-- | htop/htoprc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htop/htoprc b/htop/htoprc index 572a374..0eb61a0 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -2,7 +2,7 @@ # The parser is also very primitive, and not human-friendly. fields=0 48 124 46 47 109 110 17 2 18 49 16 1 sort_key=46 -sort_direction=1 +sort_direction=-1 tree_sort_key=124 tree_sort_direction=1 hide_kernel_threads=1 @@ -11,6 +11,7 @@ shadow_other_users=0 show_thread_names=0 show_program_path=1 highlight_base_name=1 +highlight_deleted_exe=1 highlight_megabytes=1 highlight_threads=1 highlight_changes=0 @@ -20,6 +21,7 @@ strip_exe_from_cmdline=1 show_merged_command=0 tree_view=0 tree_view_always_by_pid=0 +all_branches_collapsed=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_one=1 |