- 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
12 lines
579 B
XML
12 lines
579 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<channel name="xfce4-desktop" version="1.0">
|
|
<property name="desktop-icons" type="empty">
|
|
<property name="icon-size" type="int" value="2"/>
|
|
<property name="show-thumbnail" type="bool" value="false"/>
|
|
<property name="show-trash" type="bool" value="false"/>
|
|
<property name="show-filesystem" type="bool" value="false"/>
|
|
<property name="show-removable" type="bool" value="false"/>
|
|
<property name="single-click" type="bool" value="false"/>
|
|
<property name="sort" type="string" value="name"/>
|
|
</property>
|
|
</channel> |