From 4016f86eedb381175a42686d461ef49be4408186 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 18 Aug 2018 14:21:50 -0400 Subject: .config/htop/htoprc: Add PPID, PGRP, SESN; sort by VIRT; remove margin --- diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 71a61b4..87061c6 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,7 +1,7 @@ # 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 48 17 18 38 39 40 2 46 47 49 1 -sort_key=39 +fields=0 3 4 5 48 17 18 38 39 40 2 46 47 49 1 +sort_key=38 sort_direction=1 hide_threads=0 hide_kernel_threads=1 @@ -13,7 +13,7 @@ highlight_base_name=0 highlight_megabytes=1 highlight_threads=1 tree_view=0 -header_margin=1 +header_margin=0 detailed_cpu_time=0 cpu_count_from_zero=0 update_process_names=0 -- cgit v0.9.1