diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-06 03:08:59 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 168664e365b8b97362875eb8d0f3f0cf99ff5576 (patch) | |
tree | 60ff95b3ff75fc880792f1c9d26ba47e738d4c85 | |
parent | ee1c20b6c73b4a3a102ab11db67c607efe12d638 (diff) | |
download | dotfiles-168664e365b8b97362875eb8d0f3f0cf99ff5576.tar.xz |
Nuke htop
It changes with every run, which is annoying.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | htop/htoprc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/htop/htoprc b/htop/htoprc deleted file mode 100644 index 7f9835e..0000000 --- a/htop/htoprc +++ /dev/null @@ -1,26 +0,0 @@ -# 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 0 48 17 18 39 40 2 46 47 49 1 -sort_key=39 -sort_direction=1 -hide_threads=0 -hide_kernel_threads=0 -hide_userland_threads=0 -shadow_other_users=1 -show_thread_names=1 -show_program_path=1 -highlight_base_name=1 -highlight_megabytes=1 -highlight_threads=1 -tree_view=0 -header_margin=1 -detailed_cpu_time=0 -cpu_count_from_zero=0 -update_process_names=0 -account_guest_in_cpu_meter=0 -color_scheme=0 -delay=15 -left_meters=AllCPUs Memory Swap -left_meter_modes=1 1 1 -right_meters=Tasks LoadAverage Uptime -right_meter_modes=2 2 2 |