mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-10 07:06:43 +07:00
11 lines
533 B
XML
11 lines
533 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Configuration for Thunar. Shows hidden icons, disables volume management, changes date style to iso format, disables thumbnails. -->
|
|
|
|
<channel name="thunar" version="1.0">
|
|
<property name="last-show-hidden" type="bool" value="true"/>
|
|
<property name="misc-volume-management" type="bool" value="false"/>
|
|
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
|
|
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
|
|
</channel>
|