mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-10 15:17:57 +07:00
9 lines
352 B
XML
9 lines
352 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- Configuration for Thunar. Changes date style to iso format, disables thumbnails. -->
|
|
|
|
<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"/>
|
|
</channel>
|