mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: htop: don't show full program path
This commit is contained in:
parent
1ac6b5421d
commit
a9fbe8db8b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
highlight_base_name = 1;
|
highlight_base_name = 1;
|
||||||
show_cpu_frequency = 1;
|
show_cpu_frequency = 1;
|
||||||
show_cpu_temperature = 1;
|
show_cpu_temperature = 1;
|
||||||
|
show_program_path = 0;
|
||||||
hide_kernel_threads = 1;
|
hide_kernel_threads = 1;
|
||||||
hide_userland_threads = 1;
|
hide_userland_threads = 1;
|
||||||
sort_key = 46; # Sort by %CPU if not in tree mode
|
sort_key = 46; # Sort by %CPU if not in tree mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue