- 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
15 lines
732 B
XML
15 lines
732 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<channel name="thunar" version="1.0">
|
|
<property name="general" type="empty">
|
|
<property name="default-view" type="string" value="ThunarIconsView"/>
|
|
<property name="last-view" type="string" value="ThunarIconsView"/>
|
|
<property name="last-sort-column" type="uint" value="0"/>
|
|
<property name="last-sort-reverse" type="bool" value="false"/>
|
|
<property name="last-sort-folders-first" type="bool" value="true"/>
|
|
</property>
|
|
<property name="advanced" type="empty">
|
|
<property name="show-hidden" type="bool" value="false"/>
|
|
<property name="show-full-path" type="bool" value="false"/>
|
|
<property name="max-name-length" type="uint" value="200"/>
|
|
</property>
|
|
</channel> |