summaryrefslogtreecommitdiff
path: root/packages/angstrom/e-wm-config-angstrom/module.places.src
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-08 10:55:52 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-08 10:55:52 +0100
commit8a6b8a482dcc3aeeac9aed0cd851e8face394fc8 (patch)
tree08583bf5c9ae7f3befd538ae54bc280ed35e6733 /packages/angstrom/e-wm-config-angstrom/module.places.src
parentbbbf56d7c111a4a8f6162803675be1feb74b0084 (diff)
e-wm-config-angstrom: disable desktop icons, we have the places module for that, automount volumes on insert and display them in efm
* current look: http://www.flickr.com/photos/koenkooi/3179536590/
Diffstat (limited to 'packages/angstrom/e-wm-config-angstrom/module.places.src')
-rw-r--r--packages/angstrom/e-wm-config-angstrom/module.places.src5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/angstrom/e-wm-config-angstrom/module.places.src b/packages/angstrom/e-wm-config-angstrom/module.places.src
index 03b547d60c..4fb01da0d0 100644
--- a/packages/angstrom/e-wm-config-angstrom/module.places.src
+++ b/packages/angstrom/e-wm-config-angstrom/module.places.src
@@ -1,7 +1,8 @@
group "Config" struct {
value "version" int: 65679;
- value "auto_mount" uchar: 0;
- value "auto_open" uchar: 0;
+ value "fm" string: "";
+ value "auto_mount" uchar: 1;
+ value "auto_open" uchar: 1;
group "conf_items" list {
group "Config_Item" struct {
value "id" string: "Places.1";