summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-06-27 10:49:33 +0000
committerSean Whitton <spwhitton@spwhitton.name>2022-08-11 06:50:03 +0000
commitb0ad5f3d5df71ec2f2ae469767a5d1fced1f57b6 (patch)
tree75e123555bb39803862ec5247ac6a270c1610d66
parent325040dfff5d0f36ca29ef1df867ba2ce4a48b89 (diff)
downloaddotfiles-b0ad5f3d5df71ec2f2ae469767a5d1fced1f57b6.tar.gz
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.
-rw-r--r--.config/mc/ini2
-rw-r--r--.config/mc/panels.ini8
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