security-misc/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
onions-knight 8dfdec1d3b
Update thunar.xml
Adding Delete option for thunar on right mouse click (removed in Debian 10). See https://forums.whonix.org/t/whonix-host-calamares-branding-suggestion/7772/26
2020-03-17 16:38:53 +00:00

18 lines
709 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"/>
<property name="misc-show-delete-action" type="bool" value="true"/>
</channel>