diff options
author | Jani Välimaa <wally@mageia.org> | 2012-07-29 07:27:38 +0000 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2012-07-29 07:27:38 +0000 |
commit | 47b5aed764ae6f56e135c8bfb2e3e0746c758377 (patch) | |
tree | 2b5f06fc10a9deea82ecefb098e1d2f18403c727 /data/xfce4/xfconf | |
parent | 93f1c52cfb61eee09c35aa576b8179c9d07f6352 (diff) | |
download | config-47b5aed764ae6f56e135c8bfb2e3e0746c758377.tar config-47b5aed764ae6f56e135c8bfb2e3e0746c758377.tar.gz config-47b5aed764ae6f56e135c8bfb2e3e0746c758377.tar.bz2 config-47b5aed764ae6f56e135c8bfb2e3e0746c758377.tar.xz config-47b5aed764ae6f56e135c8bfb2e3e0746c758377.zip |
- remove old volmanrc and add a new perchannel config file for thunar-volman
Diffstat (limited to 'data/xfce4/xfconf')
-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> |