summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-05 15:55:29 -0500
committerJune McEnroe <june@causal.agency>2020-12-05 15:55:29 -0500
commitdc601849e288f8bc4cfe9f6712d32e41c7afffeb (patch)
tree618b45849f6da1a45d5f673bf90e934dca3be85b /home
parentNote lack of macro expansions in Q(...) (diff)
downloadsrc-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 'home')
-rw-r--r--home/.config/htop/htoprc3
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
follow=1'>Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe