|
|
|
@@ -18,7 +18,7 @@ force_tty = False
|
|
|
|
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
|
|
|
#* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box.
|
|
|
|
#* Use whitespace " " as separator between different presets.
|
|
|
|
#* Use whitespace " " as separator between different presets.
|
|
|
|
#* 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:0:braille mem:0:tty"
|
|
|
|
presets = "cpu:1:braille mem:0:tty"
|
|
|
|
|
|
|
|
|
|
|
|
#* Set to True to enable "h,j,k,l,g,G" 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.
|
|
|
|
@@ -44,7 +44,7 @@ graph_symbol_gpu = "default"
|
|
|
|
graph_symbol_mem = "default"
|
|
|
|
graph_symbol_mem = "default"
|
|
|
|
|
|
|
|
|
|
|
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
|
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
|
|
graph_symbol_net = "default"
|
|
|
|
graph_symbol_net = "braille"
|
|
|
|
|
|
|
|
|
|
|
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
|
|
# Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty".
|
|
|
|
graph_symbol_proc = "default"
|
|
|
|
graph_symbol_proc = "default"
|
|
|
|
@@ -57,7 +57,7 @@ update_ms = 1200
|
|
|
|
|
|
|
|
|
|
|
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
|
|
|
#* 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.
|
|
|
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
|
|
|
proc_sorting = "cpu lazy"
|
|
|
|
proc_sorting = "cpu direct"
|
|
|
|
|
|
|
|
|
|
|
|
#* Reverse sorting order, True or False.
|
|
|
|
#* Reverse sorting order, True or False.
|
|
|
|
proc_reversed = False
|
|
|
|
proc_reversed = False
|
|
|
|
@@ -84,7 +84,7 @@ proc_cpu_graphs = True
|
|
|
|
proc_info_smaps = False
|
|
|
|
proc_info_smaps = False
|
|
|
|
|
|
|
|
|
|
|
|
#* Show proc box on left side of screen instead of right.
|
|
|
|
#* Show proc box on left side of screen instead of right.
|
|
|
|
proc_left = False
|
|
|
|
proc_left = True
|
|
|
|
|
|
|
|
|
|
|
|
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
|
|
|
#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop).
|
|
|
|
proc_filter_kernel = False
|
|
|
|
proc_filter_kernel = False
|
|
|
|
|