From 459114cc23120be82e14630cfb914b3c19b3e171 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 07 Aug 2021 10:58:09 -0400 Subject: .config/htop/htoprc: Drop columns; hide path; add margin Drop PGRP, SESN, START, NLWP, and OOM columns, restoring to default plus PPID. Change sort from RES to MEM%. --- 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 -- cgit v0.9.1