- 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
11 lines
455 B
XML
11 lines
455 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<channel name="xfce4-session" version="1.0">
|
|
<property name="general" type="empty">
|
|
<property name="SaveOnExit" type="bool" value="false"/>
|
|
<property name="StartXterms" type="bool" value="false"/>
|
|
<property name="StartSpeech" type="bool" value="false"/>
|
|
</property>
|
|
<property name="general/Logout" type="empty">
|
|
<property name="PromptLogout" type="bool" value="false"/>
|
|
</property>
|
|
</channel> |