diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-19 14:17:31 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-02-19 14:17:31 -0600 |
commit | 15903b9269b348e8a032889e7c4011149d367ebe (patch) | |
tree | 149abb9bcdfb6c35eae0dc32bbc58f7425158d37 /htop/htoprc | |
parent | af43b2213b727917d139585b2485c56eb4c2f7e5 (diff) | |
download | dotconfig-15903b9269b348e8a032889e7c4011149d367ebe.tar.xz dotconfig-15903b9269b348e8a032889e7c4011149d367ebe.zip |
change launch and use qt5ct again
Diffstat (limited to 'htop/htoprc')
-rw-r--r-- | htop/htoprc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/htop/htoprc b/htop/htoprc index 0eb61a0..572a374 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -2,7 +2,7 @@ # The parser is also very primitive, and not human-friendly. fields=0 48 124 46 47 109 110 17 2 18 49 16 1 sort_key=46 -sort_direction=-1 +sort_direction=1 tree_sort_key=124 tree_sort_direction=1 hide_kernel_threads=1 @@ -11,7 +11,6 @@ shadow_other_users=0 show_thread_names=0 show_program_path=1 highlight_base_name=1 -highlight_deleted_exe=1 highlight_megabytes=1 highlight_threads=1 highlight_changes=0 @@ -21,7 +20,6 @@ strip_exe_from_cmdline=1 show_merged_command=0 tree_view=0 tree_view_always_by_pid=0 -all_branches_collapsed=0 header_margin=1 detailed_cpu_time=0 cpu_count_from_one=1 |