From 5aebf292149cca72cba3416c0de0f927d76d3281 Mon Sep 17 00:00:00 2001
From: Algernon-01 <33966997+Algernon-01@users.noreply.github.com>
Date: Fri, 2 Nov 2018 10:16:09 +0000
Subject: [PATCH] Security and general settings for Thunar.

---
 etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml b/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
index 71bfd6c..3f2a570 100644
--- a/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
+++ b/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
@@ -1,5 +1,10 @@
 <?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>