security-misc/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Patrick Schleizer 2d37e3a1af
copyright
2022-05-20 14:46:38 -04:00

21 lines
849 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- ## Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org> -->
<!-- ## See the file COPYING for copying conditions. -->
<!-- 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"/>
<property name="misc-show-delete-action" type="bool" value="true"/>
</channel>