dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 321326f23e818950ae5272c174d901507aae35be
parent c818ec5df98b372c7b87283baa9ac4591a18d38f
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Wed,  8 Oct 2014 20:04:12 -0700

Htop: Add rc file

Diffstat:
config/htop/htoprc | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/config/htop/htoprc b/config/htop/htoprc @@ -0,0 +1,23 @@ +# 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=46 +sort_direction=1 +hide_threads=0 +hide_kernel_threads=1 +hide_userland_threads=0 +shadow_other_users=0 +show_thread_names=0 +highlight_base_name=1 +highlight_megabytes=1 +highlight_threads=0 +tree_view=0 +header_margin=1 +detailed_cpu_time=0 +cpu_count_from_zero=0 +color_scheme=0 +delay=15 +left_meters=LeftCPUs Memory Swap Clock +left_meter_modes=1 1 1 2 +right_meters=RightCPUs Tasks LoadAverage Uptime +right_meter_modes=1 2 2 2