use 1 second for screen config apply delay

I want my life back from all this time spent waiting...
This commit is contained in:
Mike Blumenkrantz 2017-07-21 16:20:03 -04:00
parent 580233b256
commit e65c64ff63
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ _cb_fade_animator(void *data EINA_UNUSED)
{
if (_target_to == 255)
{
_apply_delay = ecore_timer_loop_add(5.0, _cb_delay_timer, NULL);
_apply_delay = ecore_timer_loop_add(1.0, _cb_delay_timer, NULL);
_do_apply();
_screen_check_unconfigured(e_randr2, e_randr2_cfg);
}