Adjust htop configuration

Use named option for sorting instead of numeric value for better
readability.
Switch sorting from memory to CPU. As I'm mostly interested in CPU right
now.

Also do no longer show the path to the program, I just don't care.
This commit is contained in:
Daniel Siepmann 2024-03-05 07:33:29 +01:00
parent 7f54434d32
commit cdface57f7
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -28,13 +28,13 @@
highlight_threads = 1;
show_thread_names = 0;
show_program_path = 1;
show_program_path = 0;
hide_threads = 0;
hide_kernel_threads = 1;
hide_userland_threads = 0;
sort_key = 47;
sort_key = config.lib.htop.fields.PERCENT_CPU;
sort_direction = 0;
} // (with config.lib.htop; leftMeters [