summary refs log tree commit diff
diff options
context:
space:
mode:
-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
td> 2020-08-15Generate tags fileJune McEnroe 2020-08-15Just use CLOCK_MONOTONIC and clean up includesJune McEnroe CLOCK_MONOTONIC exists everywhere. 2020-08-15Reap childrenJune McEnroe 2020-08-14Implement serviceSignal, serviceStop, serviceRestartJune McEnroe 2020-08-14Reset restartInterval and restartDeadline on startJune McEnroe 2020-08-14Switch to timespec for timeoutsJune McEnroe Can be passed to ppoll(2) directly. 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe