aboutsummaryrefslogtreecommitdiffstats
path: root/config/standard/module.fileman.src
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-10-26 02:39:29 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-10-26 02:39:29 +0000
commit81c18a3b989b283b59b419ae8630c7f67b6b24e1 (patch)
tree221d0ad8dc5c76e7e05b71ac853b090029433ef2 /config/standard/module.fileman.src
parentacd223581ce0e254975e0c5b71fb4d680c93afdf (diff)
downloadenlightenment-81c18a3b989b283b59b419ae8630c7f67b6b24e1.tar.gz
enlightenment-81c18a3b989b283b59b419ae8630c7f67b6b24e1.tar.xz
enlightenment-81c18a3b989b283b59b419ae8630c7f67b6b24e1.zip
default copied to standard. default will change and become a minimal wizard
only setup as will compiled in defaults. not yet - but getting prepared. SVN revision: 37109
Diffstat (limited to 'config/standard/module.fileman.src')
-rw-r--r--config/standard/module.fileman.src28
1 files changed, 28 insertions, 0 deletions
diff --git a/config/standard/module.fileman.src b/config/standard/module.fileman.src
new file mode 100644
index 000000000..b52a1fb11
--- /dev/null
+++ b/config/standard/module.fileman.src
@@ -0,0 +1,28 @@
+group "Fileman_Config" struct {
+ value "config_version" int: 65793;
+ value "view.mode" int: 1;
+ value "view.open_dirs_in_place" uchar: 0;
+ value "view.selector" uchar: 0;
+ value "view.single_click" uchar: 0;
+ value "view.no_subdir_jump" uchar: 0;
+ value "view.no_subdir_drop" uchar: 0;
+ value "view.always_order" uchar: 0;
+ 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 "icon.icon.w" int: 48;
+ value "icon.icon.h" int: 48;
+ value "icon.list.w" int: 16;
+ value "icon.list.h" int: 16;
+ value "icon.fixed.w" uchar: 0;
+ value "icon.fixed.h" uchar: 0;
+ value "icon.extension.show" uchar: 1;
+ value "list.sort.no_case" uchar: 1;
+ value "list.sort.dirs.first" uchar: 1;
+ value "list.sort.dirs.last" uchar: 0;
+ value "selection.single" uchar: 0;
+ value "selection.windows_modifiers" uchar: 0;
+ value "theme.fixed" uchar: 0;
+}