Add Thunar config files (for automounting)

This commit is contained in:
Riyyi
2018-01-08 16:54:08 +01:00
parent 4ad74bdd0f
commit b84371778c
3 changed files with 28 additions and 4 deletions
@@ -0,0 +1,10 @@
<?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>
</channel>