13 lines
375 B
XML
13 lines
375 B
XML
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
|
<display-settings>
|
|
<!-- Use physical port number instead of local id -->
|
|
<config identifier="1" />
|
|
|
|
<!-- Set windowing mode to WINDOWING_MODE_FREEFORM and set
|
|
fixed to user rotation to FIXED_TO_USER_ROTATION_ENABLED -->
|
|
<display name="port:0"
|
|
windowingMode="5" fixedToUserRotation="2"/>
|
|
|
|
|
|
</display-settings>
|