Merge branch 'main' into chore/pro-changes 21153c65
Steve · 2025-08-31 11:44 1 file(s) · +6 −6
btop/btop.conf +6 −6
1 -
#? Config file for btop v. 1.4.3
1 +
#? Config file for btop v. 1.4.4
2 2
3 3
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
4 4
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
22 22
23 23
#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
24 24
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
25 -
vim_keys = False
25 +
vim_keys = True
26 26
27 27
#* Rounded corners on boxes, is ignored if TTY mode is ON.
28 28
rounded_corners = True
54 54
55 55
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
56 56
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
57 -
proc_sorting = "cpu lazy"
57 +
proc_sorting = "memory"
58 58
59 59
#* Reverse sorting order, True or False.
60 60
proc_reversed = True
61 61
62 62
#* Show processes as a tree.
63 -
proc_tree = True
63 +
proc_tree = False
64 64
65 65
#* Use the cpu graph colors in the process list.
66 66
proc_colors = True
144 144
custom_cpu_name = ""
145 145
146 146
#* Optional filter for shown disks, should be full path of a mountpoint, separate multiple values with whitespace " ".
147 -
#* Begin line with "exclude=" to change to exclude filter, otherwise defaults to "most include" filter. Example: disks_filter="exclude=/boot /home/user".
147 +
#* Only disks matching the filter will be shown. Prepend exclude= to only show disks not matching the filter. Examples: disk_filter="/boot /home/user", disks_filter="exclude=/boot /home/user"
148 148
disks_filter = ""
149 149
150 150
#* Show graphs instead of meters for memory values.
181 181
show_io_stat = True
182 182
183 183
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
184 -
io_mode = False
184 +
io_mode = True
185 185
186 186
#* Set to True to show combined read/write io graphs in io mode.
187 187
io_graph_combined = False