Tizen 2.1 release
[platform/core/uifw/e17.git] / config / samsung / e.src
1 group "E_Config" struct {
2     group "acpi_bindings" list {
3         group "E_Config_Binding_Acpi" struct {
4             value "context" int: 0;
5             value "type" int: 1;
6             value "status" int: 0;
7             value "action" string: "dim_screen";
8         }
9         group "E_Config_Binding_Acpi" struct {
10             value "context" int: 0;
11             value "type" int: 1;
12             value "status" int: 1;
13             value "action" string: "undim_screen";
14         }
15         group "E_Config_Binding_Acpi" struct {
16             value "context" int: 0;
17             value "type" int: 5;
18             value "status" int: 0;
19             value "action" string: "suspend";
20             value "params" string: "now";
21         }
22         group "E_Config_Binding_Acpi" struct {
23             value "context" int: 0;
24             value "type" int: 6;
25             value "status" int: -1;
26             value "action" string: "halt_now";
27             value "params" string: "now";
28         }
29         group "E_Config_Binding_Acpi" struct {
30             value "context" int: 0;
31             value "type" int: 8;
32             value "status" int: -1;
33             value "action" string: "suspend";
34             value "params" string: "now";
35         }
36     }
37     group "signal_bindings" list {
38         group "E_Config_Binding_Signal" struct {
39             value "context" int: 2;
40             value "signal" string: "mouse,down,1,double";
41             value "source" string: "e.event.titlebar";
42             value "modifiers" int: 0;
43             value "any_mod" uchar: 1;
44             value "action" string: "window_shaded_toggle";
45             value "params" string: "up";
46         }
47         group "E_Config_Binding_Signal" struct {
48             value "context" int: 2;
49             value "signal" string: "mouse,clicked,[12]";
50             value "source" string: "e.event.close";
51             value "modifiers" int: 0;
52             value "any_mod" uchar: 1;
53             value "action" string: "window_close";
54         }
55         group "E_Config_Binding_Signal" struct {
56             value "context" int: 2;
57             value "signal" string: "mouse,clicked,1";
58             value "source" string: "e.event.maximize";
59             value "modifiers" int: 0;
60             value "any_mod" uchar: 1;
61             value "action" string: "window_maximized_toggle";
62         }
63         group "E_Config_Binding_Signal" struct {
64             value "context" int: 2;
65             value "signal" string: "mouse,clicked,?";
66             value "source" string: "e.event.minimize";
67             value "modifiers" int: 0;
68             value "any_mod" uchar: 1;
69             value "action" string: "window_iconic_toggle";
70         }
71         group "E_Config_Binding_Signal" struct {
72             value "context" int: 2;
73             value "signal" string: "mouse,clicked,?";
74             value "source" string: "e.event.shade";
75             value "modifiers" int: 0;
76             value "any_mod" uchar: 1;
77             value "action" string: "window_shaded_toggle";
78             value "params" string: "up";
79         }
80         group "E_Config_Binding_Signal" struct {
81             value "context" int: 2;
82             value "signal" string: "mouse,clicked,?";
83             value "source" string: "e.event.lower";
84             value "modifiers" int: 0;
85             value "any_mod" uchar: 1;
86             value "action" string: "window_lower";
87         }
88         group "E_Config_Binding_Signal" struct {
89             value "context" int: 2;
90             value "signal" string: "mouse,down,1";
91             value "source" string: "e.event.titlebar";
92             value "modifiers" int: 0;
93             value "any_mod" uchar: 1;
94             value "action" string: "window_move";
95         }
96         group "E_Config_Binding_Signal" struct {
97             value "context" int: 2;
98             value "signal" string: "mouse,up,1";
99             value "source" string: "e.event.titlebar";
100             value "modifiers" int: 0;
101             value "any_mod" uchar: 1;
102             value "action" string: "window_move";
103             value "params" string: "end";
104         }
105         group "E_Config_Binding_Signal" struct {
106             value "context" int: 2;
107             value "signal" string: "mouse,down,1";
108             value "source" string: "e.event.resize.tl";
109             value "modifiers" int: 0;
110             value "any_mod" uchar: 1;
111             value "action" string: "window_resize";
112             value "params" string: "tl";
113         }
114         group "E_Config_Binding_Signal" struct {
115             value "context" int: 2;
116             value "signal" string: "mouse,down,1";
117             value "source" string: "e.event.resize.t";
118             value "modifiers" int: 0;
119             value "any_mod" uchar: 1;
120             value "action" string: "window_resize";
121             value "params" string: "t";
122         }
123         group "E_Config_Binding_Signal" struct {
124             value "context" int: 2;
125             value "signal" string: "mouse,down,1";
126             value "source" string: "e.event.resize.tr";
127             value "modifiers" int: 0;
128             value "any_mod" uchar: 1;
129             value "action" string: "window_resize";
130             value "params" string: "tr";
131         }
132         group "E_Config_Binding_Signal" struct {
133             value "context" int: 2;
134             value "signal" string: "mouse,down,1";
135             value "source" string: "e.event.resize.r";
136             value "modifiers" int: 0;
137             value "any_mod" uchar: 1;
138             value "action" string: "window_resize";
139             value "params" string: "r";
140         }
141         group "E_Config_Binding_Signal" struct {
142             value "context" int: 2;
143             value "signal" string: "mouse,down,1";
144             value "source" string: "e.event.resize.br";
145             value "modifiers" int: 0;
146             value "any_mod" uchar: 1;
147             value "action" string: "window_resize";
148             value "params" string: "br";
149         }
150         group "E_Config_Binding_Signal" struct {
151             value "context" int: 2;
152             value "signal" string: "mouse,down,1";
153             value "source" string: "e.event.resize.b";
154             value "modifiers" int: 0;
155             value "any_mod" uchar: 1;
156             value "action" string: "window_resize";
157             value "params" string: "b";
158         }
159         group "E_Config_Binding_Signal" struct {
160             value "context" int: 2;
161             value "signal" string: "mouse,down,1";
162             value "source" string: "e.event.resize.bl";
163             value "modifiers" int: 0;
164             value "any_mod" uchar: 1;
165             value "action" string: "window_resize";
166             value "params" string: "bl";
167         }
168         group "E_Config_Binding_Signal" struct {
169             value "context" int: 2;
170             value "signal" string: "mouse,down,1";
171             value "source" string: "e.event.resize.l";
172             value "modifiers" int: 0;
173             value "any_mod" uchar: 1;
174             value "action" string: "window_resize";
175             value "params" string: "l";
176         }
177         group "E_Config_Binding_Signal" struct {
178             value "context" int: 2;
179             value "signal" string: "mouse,up,1";
180             value "source" string: "e.event.resize.*";
181             value "modifiers" int: 0;
182             value "any_mod" uchar: 1;
183             value "action" string: "window_resize";
184             value "params" string: "end";
185         }
186     }
187     group "themes" list {
188         group "E_Config_Theme" struct {
189             value "category" string: "theme";
190             value "file" string: "samsung.edj";
191         }
192     }
193     group "modules" list {
194         group "E_Config_Module" struct {
195             value "name" string: "illume2";
196             value "enabled" uchar: 1;
197             value "delayed" uchar: 0;
198             value "priority" int: 100;
199         }
200         group "E_Config_Module" struct {
201             value "name" string: "e17-extra-module-keyrouter";
202             value "enabled" uchar: 1;
203             value "delayed" uchar: 0;
204             value "priority" int: 0;
205         }
206         group "E_Config_Module" struct {
207             value "name" string: "comp";
208             value "enabled" uchar: 1;
209             value "delayed" uchar: 0;
210             value "priority" int: -1000;
211         }
212     }
213     value "config_version" int: 65857;
214     value "show_splash" int: 0;
215     value "init_default_theme" string: "samsung.edj";
216     value "desktop_default_name" string: "x";
217     value "menus_scroll_speed" double: 1000.0000000000000000000000000;
218     value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000;
219     value "menus_click_drag_timeout" double: 0.2500000000000000000000000;
220     value "border_shade_animate" int: 0;
221     value "border_shade_transition" int: 3;
222     value "border_shade_speed" double: 3000.0000000000000000000000000;
223     value "framerate" double: 30.0000000000000000000000000;
224     value "priority" int: 1;
225     value "image_cache" int: 0;
226     value "font_cache" int: 0;
227     value "edje_cache" int: 0;
228     value "edje_collection_cache" int: 0;
229     value "zone_desks_x_count" int: 1;
230     value "zone_desks_y_count" int: 1;
231     value "use_virtual_roots" int: 0;
232     value "show_desktop_icons" int: 0;
233     value "edge_flip_dragging" int: 0;
234     value "evas_engine_default" int: 1;
235     value "evas_engine_container" int: 0;
236     value "evas_engine_init" int: 0;
237     value "evas_engine_menus" int: 0;
238     value "evas_engine_borders" int: 0;
239     value "evas_engine_errors" int: 0;
240     value "evas_engine_popups" int: 0;
241     value "evas_engine_drag" int: 0;
242     value "evas_engine_win" int: 0;
243     value "evas_engine_zone" int: 0;
244     value "use_composite" int: 1;
245     value "language" string: "en_US.UTF-8";
246     value "window_placement_policy" int: 0;
247     value "focus_policy" int: 0;
248     value "focus_setting" int: 4;
249     value "pass_click_on" int: 1;
250     value "always_click_to_raise" int: 0;
251     value "always_click_to_focus" int: 0;
252     value "use_auto_raise" int: 0;
253     value "auto_raise_delay" double: 0.5000000000000000000000000;
254     value "use_resist" int: 1;
255     value "drag_resist" int: 16;
256     value "desk_resist" int: 32;
257     value "window_resist" int: 12;
258     value "gadget_resist" int: 32;
259     value "geometry_auto_resize_limit" int: 1;
260     value "geometry_auto_move" int: 1;
261     value "winlist_warp_while_selecting" int: 1;
262     value "winlist_warp_at_end" int: 1;
263     value "winlist_warp_speed" double: 0.1000000000000000055511151;
264     value "winlist_scroll_animate" int: 1;
265     value "winlist_scroll_speed" double: 0.1000000000000000055511151;
266     value "winlist_list_show_iconified" int: 1;
267     value "winlist_list_show_other_desk_iconified" int: 1;
268     value "winlist_list_show_other_screen_iconified" int: 0;
269     value "winlist_list_show_other_desk_windows" int: 0;
270     value "winlist_list_show_other_screen_windows" int: 0;
271     value "winlist_list_uncover_while_selecting" int: 0;
272     value "winlist_list_jump_desk_while_selecting" int: 0;
273     value "winlist_list_focus_while_selecting" int: 1;
274     value "winlist_list_raise_while_selecting" int: 1;
275     value "winlist_pos_align_x" double: 0.5000000000000000000000000;
276     value "winlist_pos_align_y" double: 0.5000000000000000000000000;
277     value "winlist_pos_size_w" double: 0.5000000000000000000000000;
278     value "winlist_pos_size_h" double: 0.5000000000000000000000000;
279     value "winlist_pos_min_w" int: 0;
280     value "winlist_pos_min_h" int: 0;
281     value "winlist_pos_max_w" int: 320;
282     value "winlist_pos_max_h" int: 320;
283     value "maximize_policy" int: 50;
284     value "allow_manip" int: 0;
285     value "border_fix_on_shelf_toggle" int: 0;
286     value "allow_above_fullscreen" int: 0;
287     value "kill_if_close_not_possible" int: 1;
288     value "kill_process" int: 1;
289     value "kill_timer_wait" double: 10.0000000000000000000000000;
290     value "ping_clients" int: 0;
291     value "transition_desk" string: "vswipe";
292     value "transition_change" string: "crossfade";
293     value "remember_internal_windows" int: 0;
294     value "move_info_follows" int: 1;
295     value "resize_info_follows" int: 1;
296     value "move_info_visible" int: 0;
297     value "resize_info_visible" int: 0;
298     value "focus_last_focused_per_desktop" int: 1;
299     value "focus_revert_on_hide_or_close" int: 1;
300     value "pointer_slide" int: 0;
301     value "use_e_cursor" int: 1;
302     value "cursor_size" int: 1;
303     value "menu_autoscroll_margin" int: 0;
304     value "menu_autoscroll_cursor_margin" int: 1;
305     value "transient.move" int: 1;
306     value "transient.resize" int: 0;
307     value "transient.raise" int: 1;
308     value "transient.lower" int: 1;
309     value "transient.layer" int: 1;
310     value "transient.desktop" int: 1;
311     value "transient.iconify" int: 1;
312     value "modal_windows" int: 1;
313     value "menu_eap_name_show" int: 1;
314     value "menu_eap_generic_show" int: 1;
315     value "menu_eap_comment_show" int: 0;
316     value "fullscreen_policy" int: 0;
317     value "exebuf_term_cmd" string: "xterm -hold -e";
318     value "use_app_icon" int: 0;
319     value "cnfmdlg_disabled" int: 0;
320     value "cfgdlg_auto_apply" int: 0;
321     value "cfgdlg_default_mode" int: 0;
322     value "font_hinting" int: 0;
323     value "desklock_auth_method" int: 0;
324     value "desklock_login_box_zone" int: -1;
325     value "desklock_start_locked" int: 0;
326     value "desklock_on_suspend" int: 0;
327     value "desklock_autolock_screensaver" int: 0;
328     value "desklock_post_screensaver_time" double: 0.0000000000000000000000000;
329     value "desklock_autolock_idle" int: 0;
330     value "desklock_autolock_idle_timeout" double: 300.0000000000000000000000000;
331     value "desklock_use_custom_desklock" int: 0;
332     value "desklock_ask_presentation" uchar: 1;
333     value "desklock_ask_presentation_timeout" double: 30.0000000000000000000000000;
334     value "screensaver_enable" int: 0;
335     value "screensaver_timeout" int: 0;
336     value "screensaver_interval" int: 5;
337     value "screensaver_blanking" int: 2;
338     value "screensaver_expose" int: 2;
339     value "screensaver_ask_presentation" uchar: 1;
340     value "screensaver_ask_presentation_timeout" double: 30.0000000000000000000000000;
341     value "dpms_enable" int: 0;
342     value "dpms_standby_enable" int: 0;
343     value "dpms_suspend_enable" int: 0;
344     value "dpms_off_enable" int: 0;
345     value "dpms_standby_timeout" int: 1;
346     value "dpms_suspend_timeout" int: 1;
347     value "dpms_off_timeout" int: 1;
348     value "clientlist_group_by" int: 0;
349     value "clientlist_include_all_zones" int: 0;
350     value "clientlist_separate_with" int: 0;
351     value "clientlist_sort_by" int: 0;
352     value "clientlist_separate_iconified_apps" int: 0;
353     value "clientlist_warp_to_iconified_desktop" int: 0;
354     value "clientlist_limit_caption_len" int: 0;
355     value "clientlist_max_caption_len" int: 2;
356     value "mouse_hand" int: 1;
357     value "mouse_accel_numerator" int: 2;
358     value "mouse_accel_denominator" int: 1;
359     value "mouse_accel_threshold" int: 4;
360     value "border_raise_on_mouse_action" int: 1;
361     value "border_raise_on_focus" int: 0;
362     value "desk_flip_wrap" int: 0;
363     value "fullscreen_flip" int: 1;
364     value "icon_theme" string: "Tango";
365     value "icon_theme_overrides" uchar: 0;
366     value "desk_flip_animate_mode" int: 0;
367     value "desk_flip_animate_interpolation" int: 0;
368     value "desk_flip_animate_time" double: 0.2000000000000000111022302;
369     value "desk_flip_pan_bg" uchar: 0;
370     value "desk_flip_pan_x_axis_factor" double: 0.0000000000000000000000000;
371     value "desk_flip_pan_y_axis_factor" double: 0.0000000000000000000000000;
372     value "wallpaper_import_last_dev" string: "~/";
373     value "wallpaper_import_last_path" string: "/";
374     value "wallpaper_grad_c1_r" int: 0;
375     value "wallpaper_grad_c1_g" int: 0;
376     value "wallpaper_grad_c1_b" int: 0;
377     value "wallpaper_grad_c2_r" int: 255;
378     value "wallpaper_grad_c2_g" int: 255;
379     value "wallpaper_grad_c2_b" int: 255;
380     value "theme_default_border_style" string: "default";
381     value "desk_auto_switch" int: 0;
382     value "thumb_nice" int: 1;
383     value "menu_favorites_show" int: 1;
384     value "menu_apps_show" int: 1;
385     value "ping_clients_interval" int: 128;
386     value "cache_flush_poll_interval" int: 512;
387     value "thumbscroll_enable" int: 1;
388     value "thumbscroll_threshhold" int: 40;
389     value "thumbscroll_momentum_threshhold" double: 100.0000000000000000000000000;
390     value "thumbscroll_friction" double: 1.0000000000000000000000000;
391     value "dbus_desktop" int: 0;
392     value "dbus_auto_mount" int: 0;
393     value "dbus_auto_open" int: 0;
394     value "border_keyboard.timeout" double: 5.0000000000000000000000000;
395     value "border_keyboard.move.dx" uchar: 5;
396     value "border_keyboard.move.dy" uchar: 5;
397     value "border_keyboard.resize.dx" uchar: 5;
398     value "border_keyboard.resize.dy" uchar: 5;
399     value "scale.min" double: 1.0000000000000000000000000;
400     value "scale.max" double: 3.0000000000000000000000000;
401     value "scale.factor" double: 1.0000000000000000000000000;
402     value "scale.base_dpi" int: 142;
403     value "scale.use_dpi" uchar: 0;
404     value "scale.use_custom" uchar: 1;
405     value "show_cursor" uchar: 1;
406     value "idle_cursor" uchar: 0;
407     value "default_system_menu" string: "";
408     value "cfgdlg_normal_wins" uchar: 0;
409     value "syscon.main.icon_size" int: 64;
410     value "syscon.secondary.icon_size" int: 48;
411     value "syscon.extra.icon_size" int: 48;
412     value "syscon.timeout" double: 5.0000000000000000000000000;
413     value "syscon.do_input" uchar: 1;
414     value "mode.presentation" uchar: 0;
415     value "mode.offline" uchar: 0;
416     value "exec.expire_timeout" double: 30.0000000000000000000000000;
417     value "exec.show_run_dialog" uchar: 1;
418     value "exec.show_exit_dialog" uchar: 0;
419 }