diff options
author | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
---|---|---|
committer | Sam Chudnick <sam@chudnick.com> | 2021-11-06 20:25:45 -0400 |
commit | 82df70eff06e7b44ee84283070d7f801f7fc1d92 (patch) | |
tree | d17ea9cc6e012b16ff0cdeffcf4a97b5e5cd2d11 /.config/htop |
initial commit
Diffstat (limited to '.config/htop')
-rw-r--r-- | .config/htop/htoprc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc new file mode 100644 index 0000000..4f6016b --- /dev/null +++ b/.config/htop/htoprc | |||
@@ -0,0 +1,39 @@ | |||
1 | # Beware! This file is rewritten by htop when settings are changed in the interface. | ||
2 | # The parser is also very primitive, and not human-friendly. | ||
3 | fields=0 48 20 46 47 1 | ||
4 | sort_key=47 | ||
5 | sort_direction=1 | ||
6 | tree_sort_key=0 | ||
7 | tree_sort_direction=1 | ||
8 | hide_kernel_threads=1 | ||
9 | hide_userland_threads=1 | ||
10 | shadow_other_users=0 | ||
11 | show_thread_names=0 | ||
12 | show_program_path=0 | ||
13 | highlight_base_name=0 | ||
14 | highlight_megabytes=1 | ||
15 | highlight_threads=1 | ||
16 | highlight_changes=0 | ||
17 | highlight_changes_delay_secs=5 | ||
18 | find_comm_in_cmdline=0 | ||
19 | strip_exe_from_cmdline=0 | ||
20 | show_merged_command=0 | ||
21 | tree_view=1 | ||
22 | tree_view_always_by_pid=0 | ||
23 | header_margin=1 | ||
24 | detailed_cpu_time=0 | ||
25 | cpu_count_from_one=1 | ||
26 | show_cpu_usage=1 | ||
27 | show_cpu_frequency=0 | ||
28 | show_cpu_temperature=1 | ||
29 | degree_fahrenheit=0 | ||
30 | update_process_names=0 | ||
31 | account_guest_in_cpu_meter=0 | ||
32 | color_scheme=0 | ||
33 | enable_mouse=1 | ||
34 | delay=15 | ||
35 | left_meters=Memory Blank Uptime | ||
36 | left_meter_modes=1 2 2 | ||
37 | right_meters=CPU Blank NetworkIO | ||
38 | right_meter_modes=1 2 2 | ||
39 | hide_function_bar=0 | ||