summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-08-07 10:58:09 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-08-24 16:18:48 (EDT)
commit459114cc23120be82e14630cfb914b3c19b3e171 (patch)
tree112658ee35e2c6d2ab64f032dae3db581d72e161
parent9b2358674fbb650602ac2a395e9a2645bceb52b7 (diff)
downloadhtop-host/alsvid2.zip
htop-host/alsvid2.tar.gz
htop-host/alsvid2.tar.bz2
.config/htop/htoprc: Drop columns; hide path; add marginhost/alsvid2
Drop PGRP, SESN, START, NLWP, and OOM columns, restoring to default plus PPID. Change sort from RES to MEM%.
-rw-r--r--.config/htop/htoprc9
1 files changed, 4 insertions, 5 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc
index 94f4b0c..aa9cd8e 100644
--- a/.config/htop/htoprc
+++ b/.config/htop/htoprc
@@ -1,19 +1,18 @@
# Beware! This file is rewritten by htop when settings are changed in the interface.
# The parser is also very primitive, and not human-friendly.
-fields=0 3 4 5 48 17 18 38 39 40 2 46 47 49 20 50 113 1
-sort_key=39
+fields=0 3 48 17 18 38 39 40 2 46 47 49 1
+sort_key=47
sort_direction=1
-hide_threads=0
+hide_threads=1
hide_kernel_threads=1
hide_userland_threads=1
shadow_other_users=0
show_thread_names=0
-show_program_path=1
highlight_base_name=1
highlight_megabytes=1
highlight_threads=1
tree_view=0
-header_margin=0
+header_margin=1
detailed_cpu_time=0
cpu_count_from_zero=0
update_process_names=0