Is there a way to append/link a screen (see below) from a different blend file?
If not possible from the UI maybe this can be done via python?
I would like to create a custom screen and then deliver this via an addon. Once the addon is loaded it should append its screen to the opened blendfile if possible.
Clarification by @Pistache
A Blender "Screen" is a specific type of data-block (see Blender's documentation), however it is not available when using bpy.data.libraries.load (data_in has no attribute screen/screens), or even using the append operator (it does not show up in the list of appendable objects in the GUI).