From b0ad5f3d5df71ec2f2ae469767a5d1fced1f57b6 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 27 Jun 2019 10:49:33 +0000 Subject: mc: layout for inspecting uploads There is no right_panel_size configuration key, and we need the quickview of the file to always be wide enough, so have that be the left panel, and mc will ensure is always 85 cols. The right panel is the file list and that will be dynamically resized to the remaining space. Can fullscreen the mc window if temporarily need right panel to be a bit bigger. --- .config/mc/ini | 2 +- .config/mc/panels.ini | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/mc/ini b/.config/mc/ini index 1a0e6306..3eb2f1a1 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -92,7 +92,7 @@ command_prompt=1 menubar_visible=1 free_space=1 horizontal_split=0 -vertical_equal=1 +vertical_equal=0 left_panel_size=85 horizontal_equal=1 top_panel_size=1 diff --git a/.config/mc/panels.ini b/.config/mc/panels.ini index 77188397..3ecccd1c 100644 --- a/.config/mc/panels.ini +++ b/.config/mc/panels.ini @@ -1,5 +1,5 @@ [New Left Panel] -display=listing +display=quickview reverse=0 case_sensitive=1 exec_first=0 @@ -19,8 +19,8 @@ reverse=0 case_sensitive=1 exec_first=0 sort_order=name -list_mode=full -brief_cols=2 +list_mode=brief +brief_cols=1 user_format=half type name | size | perm user_status0=half type name | size | perm user_status1=half type name | size | perm @@ -29,5 +29,5 @@ user_status3=half type name | size | perm user_mini_status=0 [Dirs] -current_is_left=true +current_is_left=false other_dir=/home/spwhitton -- cgit v1.2.3