From 1ca707cde3e62ab0924fc88d201d4a371685fa2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 9 May 2025 02:00:10 +0200 Subject: [PATCH] btop: show swap --- nix/homeModules/common/btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/homeModules/common/btop/btop.conf b/nix/homeModules/common/btop/btop.conf index 458baaee..d6e3235b 100644 --- a/nix/homeModules/common/btop/btop.conf +++ b/nix/homeModules/common/btop/btop.conf @@ -159,7 +159,7 @@ mem_below_net = False zfs_arc_cached = True #* If swap memory should be shown in memory box. -show_swap = False +show_swap = True #* Show swap as a disk, ignores show_swap value above, inserts itself after first disk. swap_disk = False