2018-10-31 13:22:43 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
2018-11-19 15:08:20 +07:00
|
|
|
<!-- Configuration for Thunar. -->
|
|
|
|
<!-- Changes date style to iso format. -->
|
|
|
|
<!-- Disable thumbnails. -->
|
|
|
|
<!-- Disable network bookmark by default. -->
|
2019-05-09 08:29:36 +07:00
|
|
|
<!-- Disable thunar-volman by default. -->
|
2018-11-02 17:16:09 +07:00
|
|
|
|
2018-10-31 13:22:43 +07:00
|
|
|
<channel name="thunar" version="1.0">
|
2018-11-02 17:16:09 +07:00
|
|
|
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
|
2018-10-31 13:22:43 +07:00
|
|
|
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
|
2018-11-19 15:08:20 +07:00
|
|
|
<property name="hidden-bookmarks" type="array">
|
2018-11-19 18:27:52 +07:00
|
|
|
<value type="string" value="network:///"/>
|
2018-11-19 15:08:20 +07:00
|
|
|
</property>
|
2019-05-09 08:29:36 +07:00
|
|
|
<property name="misc-volume-management" type="bool" value="false"/>
|
2018-10-31 13:22:43 +07:00
|
|
|
</channel>
|