|
|
|
@ -61,6 +61,7 @@ wizard_page_hide(E_Wizard_Page *pg __UNUSED__) |
|
|
|
|
e_config->winlist_warp_while_selecting = 0; |
|
|
|
|
e_config->winlist_warp_at_end = 0; |
|
|
|
|
e_config->winlist_no_warp_on_direction = 1; |
|
|
|
|
e_config->border_raise_on_focus = 1; |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
@ -71,6 +72,9 @@ wizard_page_hide(E_Wizard_Page *pg __UNUSED__) |
|
|
|
|
e_config->always_click_to_focus = 0; |
|
|
|
|
e_config->focus_last_focused_per_desktop = 1; |
|
|
|
|
e_config->pointer_slide = 1; |
|
|
|
|
e_config->border_raise_on_focus = 0; |
|
|
|
|
e_config->use_auto_raise = 1; |
|
|
|
|
e_config->auto_raise_delay = 0.5; |
|
|
|
|
} |
|
|
|
|
// evas_object_del(pg->data);
|
|
|
|
|
return 1; |
|
|
|
|