summaryrefslogtreecommitdiff
path: root/packages/angstrom/e-wm-config-angstrom/module.fileman.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.fileman.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.fileman.src')
-rw-r--r--packages/angstrom/e-wm-config-angstrom/module.fileman.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/angstrom/e-wm-config-angstrom/module.fileman.src b/packages/angstrom/e-wm-config-angstrom/module.fileman.src
index b52a1fb111..b40eec6129 100644
--- a/packages/angstrom/e-wm-config-angstrom/module.fileman.src
+++ b/packages/angstrom/e-wm-config-angstrom/module.fileman.src
@@ -10,8 +10,8 @@ group "Fileman_Config" struct {
value "view.link_drop" uchar: 0;
value "view.fit_custom_pos" uchar: 0;
value "view.show_full_path" uchar: 0;
- value "view.show_desktop_icons" uchar: 1;
- value "view.show_toolbar" uchar: 0;
+ value "view.show_desktop_icons" uchar: 0;
+ value "view.show_toolbar" uchar: 1;
value "icon.icon.w" int: 48;
value "icon.icon.h" int: 48;
value "icon.list.w" int: 16;