From a9fbe8db8be802af3c4930d33075b189512cac0e Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 20 Jan 2023 15:32:52 +0100 Subject: [PATCH] fix: htop: don't show full program path --- users/common/htop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/common/htop.nix b/users/common/htop.nix index 9a939cc..70eca97 100644 --- a/users/common/htop.nix +++ b/users/common/htop.nix @@ -7,6 +7,7 @@ highlight_base_name = 1; show_cpu_frequency = 1; show_cpu_temperature = 1; + show_program_path = 0; hide_kernel_threads = 1; hide_userland_threads = 1; sort_key = 46; # Sort by %CPU if not in tree mode