security-misc/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml

17 lines
639 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Configuration for Thunar. -->
<!-- Changes date style to iso format. -->
<!-- Disable thumbnails. -->
<!-- Disable network bookmark by default. -->
<!-- Disable thunar-volman by default. -->
<channel name="thunar" version="1.0">
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
<property name="hidden-bookmarks" type="array">
<value type="string" value="network:///"/>
</property>
<property name="misc-volume-management" type="bool" value="false"/>
</channel>