|
@@ -1,4 +1,4 @@
|
|
|
-#? Config file for btop v. 1.2.2
|
|
|
|
|
|
|
+#? Config file for btop v. 1.2.5
|
|
|
|
|
|
|
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
|
#* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes.
|
|
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
|
#* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes"
|
|
@@ -20,7 +20,7 @@ force_tty = False
|
|
|
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
|
#* Example: "cpu:0:default,mem:0:tty,proc:1:default cpu:0:braille,proc:0:tty"
|
|
|
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
|
presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:default cpu:0:block,net:0:tty"
|
|
|
|
|
|
|
|
-#* Set to True to enable "h,j,k,l" keys for directional control in lists.
|
|
|
|
|
|
|
+#* Set to True to enable "h,j,k,l,g,G" keys for directional control in lists.
|
|
|
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
|
#* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift.
|
|
|
vim_keys = False
|
|
vim_keys = False
|
|
|
|
|
|
|
@@ -52,8 +52,8 @@ shown_boxes = "cpu mem net proc"
|
|
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
|
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
|
|
update_ms = 2000
|
|
update_ms = 2000
|
|
|
|
|
|
|
|
-#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive",
|
|
|
|
|
-#* "cpu lazy" sorts top process over time (easier to follow), "cpu responsive" updates top process directly.
|
|
|
|
|
|
|
+#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
|
|
|
|
+#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
|
|
proc_sorting = "cpu lazy"
|
|
proc_sorting = "cpu lazy"
|
|
|
|
|
|
|
|
#* Reverse sorting order, True or False.
|
|
#* Reverse sorting order, True or False.
|