diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-11 01:03:47 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-11 01:03:47 -0700 |
commit | c32ed90899dd1047bc8bab171a60d7de6f4af34f (patch) | |
tree | 5cfeb8677f468814eae9ca29fad2fe39a46098f5 /htop/htoprc | |
parent | 173a51d4ae7ebca7e9b7d175ba314ff35a60d5ab (diff) | |
download | dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar.gz dotfiles-c32ed90899dd1047bc8bab171a60d7de6f4af34f.tar.bz2 |
update stuff, add relevant x scripts
Diffstat (limited to 'htop/htoprc')
-rw-r--r-- | htop/htoprc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htop/htoprc b/htop/htoprc index 1ed5711..1f03b22 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -8,7 +8,7 @@ hide_userland_threads=0 shadow_other_users=0 show_thread_names=0 show_program_path=1 -highlight_base_name=0 +highlight_base_name=1 highlight_deleted_exe=1 highlight_megabytes=1 highlight_threads=1 @@ -19,17 +19,17 @@ strip_exe_from_cmdline=1 show_merged_command=0 header_margin=1 screen_tabs=1 -detailed_cpu_time=0 +detailed_cpu_time=1 cpu_count_from_one=0 show_cpu_usage=1 -show_cpu_frequency=0 -show_cpu_temperature=0 +show_cpu_frequency=1 +show_cpu_temperature=1 degree_fahrenheit=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 enable_mouse=1 -delay=15 +delay=7 hide_function_bar=0 header_layout=two_50_50 column_meters_0=LeftCPUs Memory Swap @@ -51,7 +51,7 @@ screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU P .sort_direction=-1 .tree_sort_direction=1 .all_branches_collapsed=0 -screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE +screen:I/O=PID USER COMM IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE .sort_key=IO_RATE .tree_sort_key=PID .tree_view=0 |