diff options
author | June McEnroe <june@causal.agency> | 2020-12-05 15:55:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-05 15:55:29 -0500 |
commit | dc601849e288f8bc4cfe9f6712d32e41c7afffeb (patch) | |
tree | 618b45849f6da1a45d5f673bf90e934dca3be85b /home/.config/htop | |
parent | Note lack of macro expansions in Q(...) (diff) | |
download | src-dc601849e288f8bc4cfe9f6712d32e41c7afffeb.tar.gz src-dc601849e288f8bc4cfe9f6712d32e41c7afffeb.zip |
Disable mouse in htop
I feel like this option is new, otherwise I would have unset it before.
Diffstat (limited to '')
-rw-r--r-- | home/.config/htop/htoprc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/htop/htoprc b/home/.config/htop/htoprc index 755f5d4d..cdda268d 100644 --- a/home/.config/htop/htoprc +++ b/home/.config/htop/htoprc @@ -16,9 +16,12 @@ tree_view=1 header_margin=0 detailed_cpu_time=0 cpu_count_from_zero=0 +show_cpu_usage=1 +show_cpu_frequency=0 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 +enable_mouse=0 delay=15 left_meters=AllCPUs2 left_meter_modes=1 |