From 9af57db44a35cf44fd6ddced6afa441d9d433598 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 14 Jul 2025 23:29:35 +0200 Subject: [PATCH] Modules/Btop: Disable process tree view --- home/modules/btop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/btop/default.nix b/home/modules/btop/default.nix index dc57a028..c329aecf 100644 --- a/home/modules/btop/default.nix +++ b/home/modules/btop/default.nix @@ -117,7 +117,7 @@ in { shown_boxes = "cpu gpu0 mem net proc"; update_ms = 1000; proc_sorting = "memory"; - proc_tree = true; + proc_tree = false; proc_mem_bytes = true; proc_cpu_graphs = true;