diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-09-10 12:09:56 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-09-10 12:12:50 +0200 |
commit | 9be5150c9f689b954cd269c1aa5fe0957198c96c (patch) | |
tree | f8183d017a0d1c6820b06888e10f0f629b1b2a43 /.config/htop | |
parent | 9c4c1b7e5d15b748530f1950e36317661afa1684 (diff) | |
download | dotfiles-9be5150c9f689b954cd269c1aa5fe0957198c96c.tar.gz dotfiles-9be5150c9f689b954cd269c1aa5fe0957198c96c.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.config/htop')
-rw-r--r-- | .config/htop/htoprc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/htop/htoprc b/.config/htop/htoprc index 2030b99..ce059de 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 62 63 49 1 -sort_key=63 +sort_key=46 sort_direction=1 hide_threads=0 hide_kernel_threads=0 @@ -11,7 +11,7 @@ show_thread_names=1 highlight_base_name=1 highlight_megabytes=1 highlight_threads=1 -tree_view=1 +tree_view=0 header_margin=1 detailed_cpu_time=1 cpu_count_from_zero=0 @@ -20,6 +20,6 @@ account_guest_in_cpu_meter=0 color_scheme=0 delay=15 left_meters=Memory Swap CPU LeftCPUs2 -left_meter_modes=1 1 1 1 +left_meter_modes=1 1 2 1 right_meters=Tasks LoadAverage Uptime RightCPUs2 right_meter_modes=2 2 2 1 |