From a3983e00befd24201ca26f33eace30709d836726 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sun, 28 Jan 2024 07:31:28 -0500 Subject: Defualt to io mode in btop --- btop/btop.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btop/btop.conf b/btop/btop.conf index f2eea11..99b8407 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -178,7 +178,7 @@ disk_free_priv = False show_io_stat = True #* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = False +io_mode = True #* Set to True to show combined read/write io graphs in io mode. io_graph_combined = False -- cgit v1.2.3