diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-01-21 17:21:08 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-01-21 17:21:08 -0800 |
commit | b56bdf743ffad075e85619780a1a8701f3b26be5 (patch) | |
tree | 247dc8e460aee26aa4cdf9d174d7f6c6e7606c1d /home/xyz/.config/htop | |
parent | b8e81318b3875b2e804528a0eb8dc0593a3ab8cc (diff) |
htop new version
Diffstat (limited to 'home/xyz/.config/htop')
-rw-r--r-- | home/xyz/.config/htop/htoprc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home/xyz/.config/htop/htoprc b/home/xyz/.config/htop/htoprc index cb80a1bc..9b2c3e45 100644 --- a/home/xyz/.config/htop/htoprc +++ b/home/xyz/.config/htop/htoprc @@ -1,15 +1,17 @@ # 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.3.0 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=1 +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 |