diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-26 15:41:26 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-12-26 15:41:26 +0700 |
commit | 73ce3f687fc3699a246d6daa4a44c698c0e788dc (patch) | |
tree | f597d393423e61bacdb753a63b22dff7e76d984a /dev/.config | |
parent | bfd59f83b7af16541e8b70c1321470c65131ae29 (diff) | |
download | dotfiles-73ce3f687fc3699a246d6daa4a44c698c0e788dc.tar.gz |
Update 2020-12-26
Diffstat (limited to 'dev/.config')
-rw-r--r-- | dev/.config/htop/htoprc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev/.config/htop/htoprc b/dev/.config/htop/htoprc index 591146a..0291eb0 100644 --- a/dev/.config/htop/htoprc +++ b/dev/.config/htop/htoprc @@ -3,7 +3,6 @@ fields=0 48 17 18 38 39 40 2 46 47 49 1 sort_key=47 sort_direction=1 -hide_threads=0 hide_kernel_threads=1 hide_userland_threads=0 shadow_other_users=0 @@ -12,12 +11,19 @@ show_program_path=0 highlight_base_name=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=1 tree_view=0 header_margin=1 detailed_cpu_time=0 -cpu_count_from_zero=1 +cpu_count_from_one=0 show_cpu_usage=1 show_cpu_frequency=0 +show_cpu_temperature=0 +degree_fahrenheit=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 @@ -27,4 +33,3 @@ left_meters=AllCPUs4 CPU left_meter_modes=1 1 right_meters=Memory Swap Battery right_meter_modes=1 1 1 -vim_mode=1 |