diff --git a/config/default/e.src b/config/default/e.src index d78889a58..0598c4c85 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -2,7 +2,7 @@ group "E_Config" struct { value "config_version" int: 65865; value "show_splash" int: 0; value "init_default_theme" string: "default.edj"; - value "desktop_default_name" string: "Desktop %i, %i"; + value "desktop_default_name" string: "%i-%i"; value "menus_scroll_speed" double: 1000.0; value "menus_fast_mouse_move_threshhold" double: 300.0; value "menus_click_drag_timeout" double: 0.25; diff --git a/config/mobile/e.src b/config/mobile/e.src index 42875bf70..88c318732 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -2,7 +2,7 @@ group "E_Config" struct { value "config_version" int: 65865; value "show_splash" int: 1; value "init_default_theme" string: "default.edj"; - value "desktop_default_name" string: "Desktop %i, %i"; + value "desktop_default_name" string: "%i-%i"; value "menus_scroll_speed" double: 1000.0000000000000000000000000; value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000; value "menus_click_drag_timeout" double: 0.2500000000000000000000000; diff --git a/config/standard/e.src b/config/standard/e.src index d8c067239..c9efef7ae 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -2,7 +2,7 @@ group "E_Config" struct { value "config_version" int: 65865; value "show_splash" int: 1; value "init_default_theme" string: "default.edj"; - value "desktop_default_name" string: "Desktop %i, %i"; + value "desktop_default_name" string: "%i-%i"; value "menus_scroll_speed" double: 1000.0; value "menus_fast_mouse_move_threshhold" double: 300.0; value "menus_click_drag_timeout" double: 0.25; diff --git a/config/standard/module.pager.src b/config/standard/module.pager.src index 61eb2a1a9..61899b32c 100644 --- a/config/standard/module.pager.src +++ b/config/standard/module.pager.src @@ -1,15 +1,15 @@ group "Pager_Config" struct { value "popup" uint: 1; - value "popup_speed" double: 1.0000000000000000000000000; - value "popup_urgent" uint: 0; + value "popup_speed" double: 1.0; + value "popup_urgent" uint: 1; value "popup_urgent_stick" uint: 0; - value "popup_urgent_speed" double: 1.5000000000000000000000000; + value "popup_urgent_speed" double: 1.5; value "show_desk_names" uint: 0; value "popup_height" int: 60; value "popup_act_height" int: 60; value "drag_resist" uint: 3; - value "btn_drag" uchar: 1; - value "btn_noplace" uchar: 2; + value "btn_drag" uchar: 0; + value "btn_noplace" uchar: 1; value "btn_desk" uchar: 2; value "flip_desk" uchar: 0; value "disable_live_preview" uchar: 1;