security-misc/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml

21 lines
849 B
XML
Raw Normal View History

2018-10-31 02:22:43 -04:00
<?xml version="1.0" encoding="UTF-8"?>
2022-05-20 14:46:38 -04:00
<!-- ## Copyright (C) 2019 - 2022 ENCRYPTED SUPPORT LP <adrelanos@whonix.org> -->
2020-11-05 06:36:39 -05:00
<!-- ## See the file COPYING for copying conditions. -->
2018-11-19 03:08:20 -05:00
<!-- Configuration for Thunar. -->
<!-- Changes date style to iso format. -->
<!-- Disable thumbnails. -->
<!-- Disable network bookmark by default. -->
2019-05-08 21:29:36 -04:00
<!-- Disable thunar-volman by default. -->
2018-10-31 02:22:43 -04:00
<channel name="thunar" version="1.0">
<property name="misc-date-style" type="string" value="THUNAR_DATE_STYLE_ISO"/>
2018-10-31 02:22:43 -04:00
<property name="misc-thumbnail-mode" type="string" value="THUNAR_THUMBNAIL_MODE_NEVER"/>
2018-11-19 03:08:20 -05:00
<property name="hidden-bookmarks" type="array">
<value type="string" value="network:///"/>
2018-11-19 03:08:20 -05:00
</property>
2019-05-08 21:29:36 -04:00
<property name="misc-volume-management" type="bool" value="false"/>
<property name="misc-show-delete-action" type="bool" value="true"/>
2018-10-31 02:22:43 -04:00
</channel>