Files
Arch-Linux-Installer/files/home/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Logan Fick 6b70ce8a97 Refactored installer into modular library structure with improved error handling and logging.
The changes include:
- Split monolithic script into lib/, config/, profiles/, and files/ directories
- Added error handling with cleanup on failure
- Added installation logging to /var/log/arch-install.log
- Added username validation
2026-01-17 10:23:17 -05:00

23 lines
889 B
XML

<?xml version="1.1" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="last-settings-migration-version" type="uint" value="1"/>
<property name="windowlist-menu" type="empty">
<property name="show" type="bool" value="false"/>
</property>
<property name="desktop-menu" type="empty">
<property name="show" type="bool" value="false"/>
<property name="show-delete" type="bool" value="false"/>
</property>
<property name="desktop-icons" type="empty">
<property name="show-thumbnails" type="bool" value="false"/>
<property name="file-icons" type="empty">
<property name="show-filesystem" type="bool" value="false"/>
</property>
</property>
<property name="last" type="empty">
<property name="window-width" type="int" value="640"/>
<property name="window-height" type="int" value="559"/>
</property>
</channel>