From 6482a70f7aa38bced72993fc8058cf8cf703d769 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 15 Sep 2025 18:19:29 +0200 Subject: [PATCH] Turn off default tree display in btop --- modules/btop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/btop.nix b/modules/btop.nix index 6427af1..732ad52 100644 --- a/modules/btop.nix +++ b/modules/btop.nix @@ -33,7 +33,7 @@ # Process Display Settings proc_sorting = "cpu lazy"; # Sort by CPU usage, lazy update - proc_tree = true; # Show process hierarchy + proc_tree = false; # Show process hierarchy proc_colors = true; # Colorize process list proc_gradient = true; # Use gradient colors for processes proc_per_core = false; # Don't show per-core process usage