diff options
author | tv <tv@krebsco.de> | 2019-01-08 21:08:19 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-01-08 21:08:19 +0100 |
commit | 9475684bedcec695e196931a764b6e2e208349c4 (patch) | |
tree | f1baf108ccb3ac5f0c7869e4f058cb5eae0b228d /tv/2configs/htop.nix | |
parent | 3e46d0d057053ed0aa5b1f2d259ccee64beedcd8 (diff) |
tv htop: header_margin=0
Diffstat (limited to 'tv/2configs/htop.nix')
-rw-r--r-- | tv/2configs/htop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/htop.nix b/tv/2configs/htop.nix index d7d2d7bfd..e78caeb5f 100644 --- a/tv/2configs/htop.nix +++ b/tv/2configs/htop.nix @@ -22,7 +22,7 @@ with import <stockholm/lib>; highlight_megabytes=1 highlight_threads=1 tree_view=1 - header_margin=1 + header_margin=0 detailed_cpu_time=0 cpu_count_from_zero=0 update_process_names=0 |