@@ -117,9 +117,10 @@ namespace Config {
117117 {" proc_info_smaps" , " #* Use /proc/[pid]/smaps for memory information in the process info box (very slow but more accurate)" },
118118
119119 {" proc_left" , " #* Show proc box on left side of screen instead of right." },
120-
121- {" proc_box_wide" , " #* Make the proc box wider when Net or Mem boxes are shown." },
122120
121+ {" proc_box_width_offset" , " #* Offset value for proc box width when mem or net is shown.\n "
122+ " #* negative values make the proc box larger, positive values make it smaller" },
123+
123124 {" proc_filter_kernel" , " #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop)." },
124125
125126 {" proc_follow_detailed" , " #* Should the process list follow the selected process when detailed view is open." },
@@ -342,7 +343,6 @@ namespace Config {
342343 {" proc_follow_detailed" , true },
343344 {" follow_process" , false },
344345 {" update_following" , false },
345- {" proc_box_wide" , false },
346346 #ifdef GPU_SUPPORT
347347 {" nvml_measure_pcie_speeds" , true },
348348 {" rsmi_measure_pcie_speeds" , true },
@@ -366,6 +366,7 @@ namespace Config {
366366 {" proc_selected" , 0 },
367367 {" proc_last_selected" , 0 },
368368 {" proc_followed" , 0 },
369+ {" proc_box_width_offset" , 0 },
369370 };
370371 std::unordered_map<std::string_view, int > intsTmp;
371372
0 commit comments