1
0
Fork 0

Fix htop config

This commit is contained in:
Malte Brandy 2021-06-02 01:35:16 +02:00
parent 59c7020dad
commit 33742a6bdd
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -86,13 +86,15 @@
}; };
htop = { htop = {
enable = true; enable = true;
hideThreads = true; settings = {
hideUserlandThreads = true; hide_threads = true;
highlightBaseName = true; hide_userland_threads = true;
shadowOtherUsers = true; highlight_base_name = true;
showProgramPath = false; shadow_other_users = true;
treeView = true; show_program_path = false;
sortKey = "USER"; tree_view = true;
sort_key = "USER";
};
}; };
ssh = { ssh = {
controlMaster = "auto"; controlMaster = "auto";