get configs up to date.. and weekend/say should be 0 5 2 (0 == mon, 5

== sat etc.)



SVN revision: 68932
This commit is contained in:
Carsten Haitzler 2012-03-07 11:49:23 +00:00
parent 9493efc793
commit 457db20472
3 changed files with 11 additions and 4 deletions

View File

@ -13,6 +13,10 @@ group "Elm_Config" struct {
value "zoom_friction" double: 0.5;
value "thumbscroll_border_friction" double: 0.5;
value "thumbscroll_sensitivity_friction" double: 0.25;
value "scroll_smooth_amount" double: 0.0;
value "scroll_smooth_history_weight" double: 0.3;
value "scroll_smooth_future_time" double: 0.0;
value "scroll_smooth_time_window" double: 0.2;
value "scale" double: 1.0;
value "bgpixmap" int: 0;
value "compositing" int: 1;
@ -48,11 +52,11 @@ group "Elm_Config" struct {
value "glayer_rotate_angular_tolerance" double: 2.0;
value "glayer_line_min_length" double: 1.0;
value "glayer_line_distance_tolerance" double: 3.0;
value "glayer_line_angular_tolerance" double: 20.0
value "glayer_line_angular_tolerance" double: 20.0;
value "glayer_flick_time_limit_ms" uint: 120; /* ms to finish flick */
value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */
value "glayer_continues_enable" uchar: 1; /* Continues gesture enabled */
value "week_start" int: 0;
value "weekend_start" int: 6;
value "weekend_start" int: 5;
value "weekend_len" int: 2;
}

View File

@ -57,6 +57,6 @@ group "Elm_Config" struct {
value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */
value "glayer_continues_enable" uchar: 1; /* Continues gesture enabled */
value "week_start" int: 0;
value "weekend_start" int: 6;
value "weekend_start" int: 5;
value "weekend_len" int: 2;
}

View File

@ -30,7 +30,7 @@ group "Elm_Config" struct {
value "finger_size" int: 5;
value "fps" double: 60.0;
value "theme" string: "default-desktop";
value "modules" string: "";
value "modules" string: "datetime_input_ctxpopup>datetime/api";
value "tooltip_delay" double: 1.0;
value "cursor_engine_only" uchar: 1;
value "focus_highlight_enable" uchar: 0;
@ -56,4 +56,7 @@ group "Elm_Config" struct {
value "glayer_flick_time_limit_ms" uint: 120; /* ms to finish flick */
value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */
value "glayer_continues_enable" uchar: 1; /* Continues gesture enabled */
value "week_start" int: 0;
value "weekend_start" int: 6;
value "weekend_len" int: 2;
}