1<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
2<display-settings>
3<!-- Use physical port number instead of local id -->
4<config identifier="1" />
5
6<!-- Display settings for cluster -->
7<display name="port:1"
8    forcedDensity="160"
9    dontMoveToTop="true"/>
10
11<!-- Display settings for 2nd Home -->
12<display name="port:2"
13    shouldShowSystemDecors="true"
14    shouldShowIme="true"
15    forcedDensity="160" />
16
17<!-- Display settings for 3rd Home -->
18<display name="port:3"
19    shouldShowSystemDecors="true"
20    shouldShowIme="true"
21    forcedDensity="160" />
22
23</display-settings>
24