security-misc/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
2018-11-19 03:08:20 -05:00

15 lines
525 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. -->
<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>
</channel>