xworkspace-console/config/xface-minimal/xfwm4.xml
Haitao Pan 9ecacca0f7 feat: add xface-minimal config for Stage 2 display stack
- 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
2026-06-10 11:45:21 +08:00

25 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfwm4" version="1.0">
<property name="general" type="empty">
<property name="title_font" type="string" value="Sans Bold 9"/>
<property name="click_to_focus" type="bool" value="true"/>
<property name="focus_delay" type="int" value="0"/>
<property name="easy_click" type="string" value=""/>
<property name="raise_on_click" type="bool" value="true"/>
<property name="raise_with_mouse_button" type="bool" value="true"/>
<property name="focus_new" type="bool" value="true"/>
<property name="cycle_minimized" type="bool" value="false"/>
<property name="cycle_minimized_restack" type="bool" value="true"/>
<property name="action_right_click" type="string" value="raise"/>
<property name="action_middle_click" type="string" value="lower"/>
<property name="action_scroll" type="string" value="none"/>
<property name="snap_to_border" type="bool" value="true"/>
<property name="snap_to_windows" type="bool" value="false"/>
<property name="snap_width" type="int" value="10"/>
<property name="snap_height" type="int" value="10"/>
<property name="hide_skip_taskbar_windows" type="bool" value="false"/>
<property name="workspace_count" type="int" value="1"/>
<property name="minimum_workspace_width" type="int" value="0"/>
<property name="minimum_workspace_height" type="int" value="0"/>
</property>
</channel>