1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 21:11:34 +03:00
mobile-nixos/examples/demo/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
Samuel Dionne-Riel 8b06ccdb72 examples/demo: pre-configure system demo...
Here's why xfce...

 * it has good pre-configuration systems.
 * it has sane configuration file format.
 * it's quick in non-accelerated setups.

Though, there are many drawbacks... It is *not* a mobile environment!

Better environments will be packaged down the road.
2019-12-05 23:51:07 -05:00

33 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<channel name="xfce4-desktop" version="1.0">
<property name="backdrop" type="empty">
<property name="screen0" type="empty">
<property name="monitor0" type="empty">
<property name="workspace0" type="empty">
<property name="color-style" type="int" value="0"/>
<property name="image-style" type="int" value="5"/>
<property name="last-image" type="string" value="@wallpaper@"/>
</property>
</property>
</property>
</property>
<property name="desktop-menu" type="empty">
<property name="show" type="bool" value="false"/>
</property>
<property name="windowlist-menu" type="empty">
<property name="show" type="bool" value="false"/>
</property>
<property name="desktop-icons" type="empty">
<property name="file-icons" type="empty">
<property name="show-filesystem" type="bool" value="false"/>
<property name="show-removable" type="bool" value="false"/>
</property>
<property name="single-click" type="bool" value="true"/>
<property name="show-tooltips" type="bool" value="false"/>
<property name="use-custom-font-size" type="bool" value="true"/>
<property name="font-size" type="double" value="10.000000"/>
<property name="icon-size" type="uint" value="96"/>
</property>
</channel>