diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-06 20:37:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-06 20:37:13 +0200 |
commit | 50baab75b4a500fdec2a667b6c920c4a8285c1e1 (patch) | |
tree | 3535a2663b1540f1f96797859668438802f5417e /.config/htop | |
parent | da7badfb28fd54070037dd762a8e2b21a64e3249 (diff) |
htop: Minor config changes
Diffstat (limited to '.config/htop')
-rw-r--r-- | .config/htop/htoprc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index cd92bbf..c01fbc7 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,22 +1,24 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. -htop_version=3.2.0 +htop_version=3.2.2 config_reader_min_version=3 fields=0 48 17 18 38 39 40 2 46 47 49 1 hide_kernel_threads=1 hide_userland_threads=0 +hide_running_in_container=0 shadow_other_users=0 show_thread_names=0 show_program_path=1 highlight_base_name=0 highlight_deleted_exe=1 +shadow_distribution_path_prefix=0 highlight_megabytes=1 highlight_threads=1 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=0 |