Minimal UI Layout

Hello,
What is the best way to create a dual lister layout that minimizes all UI elements with a hotkey?
No toolbars, pathbars, tab bars, sort columns etc.
Just large thumbnails on both source and destination.
This is for display purposes, and should be able to quickly revert to normal layout with a hotkey toggle.

Thank you

I'm sure there are better solutions but this works for me...

Create a System-wide Hotkey with something like this will get you started:

Toolbar "ToolbarNameA" TOGGLE STATE=Top LINE=1
Toolbar "ToolbarNameB" TOGGLE STATE=Top LINE=2
Toolbar "ToolbarNameC" TOGGLE STATE=Left
Toolbar "ToolbarNameD" TOGGLE STATE=Right
Set VIEW=Details,Thumbnails

Obviously you will need to change the names of the toolbars to match yours.

Not sure about the column headers.

You could save a style or layout with all the toolbars turned off and the two file displays set up how you want.

Some of those things cannot be configured for individual windows, though. You'd have to change Preferences options to e.g. hide the tab bar. (But you could use the option to only show it when there is more than one tab, as a compromise.)