diff options
Diffstat (limited to 'data/xfce4')
-rw-r--r-- | data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml b/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml new file mode 100644 index 0000000..9fc9c7d --- /dev/null +++ b/data/xfce4/xfconf/xfce-perchannel-xml/thunar-volman.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="thunar-volman" version="1.0"> + <property name="automount-drives" type="empty"> + <property name="enabled" type="bool" value="true"/> + </property> + <property name="automount-media" type="empty"> + <property name="enabled" type="bool" value="true"/> + </property> + <property name="autobrowse" type="empty"> + <property name="enabled" type="bool" value="true"/> + </property> +</channel> |