- Add xface-minimal config with hidden panel, icons, notifications - Add start-chromium-minimal.sh for kiosk mode Chrome shell - Add switch-desktop-mode.sh to toggle xfce/minimal modes - Update xworkspace-desktop.yaml with minimal and display_stages config - Implement Display Stack Strategy Stage 2: minimal window manager + Chrome Shell only
14 lines
590 B
XML
14 lines
590 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<channel name="xfce4-panel" version="1.0">
|
|
<property name="panels" type="array">
|
|
<value type="int" value="1"/>
|
|
</property>
|
|
<property name="panel-1" type="empty">
|
|
<property name="autohide-behavior" type="uint" value="1"/>
|
|
<property name="enable-launcher" type="bool" value="false"/>
|
|
<property name="length" type="uint" value="100"/>
|
|
<property name="position" type="string" value="p=6;x=0;y=0"/>
|
|
<property name="size" type="uint" value="1"/>
|
|
<property name="visible" type="bool" value="false"/>
|
|
</property>
|
|
</channel> |