Skip to content

Commit 205372a

Browse files
committed
config: 🛠️ focus on memory usage in btop
1 parent b7cd92b commit 205372a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

btop/btop.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ update_ms = 200
5757

5858
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
5959
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
60-
proc_sorting = "cpu lazy"
60+
proc_sorting = "memory"
6161

6262
#* Reverse sorting order, True or False.
6363
proc_reversed = false
@@ -172,7 +172,7 @@ show_swap = true
172172
swap_disk = true
173173

174174
#* If mem box should be split to also show disks info.
175-
show_disks = true
175+
show_disks = false
176176

177177
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
178178
only_physical = true

0 commit comments

Comments
 (0)