mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
17 lines
639 B
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>
|