diff --git a/main.c b/main.c index 7c27f96..5dc52d4 100644 --- a/main.c +++ b/main.c @@ -88,8 +88,8 @@ static struct { static timeout_t timeouts[] = { { { 0, 0 }, false, redraw }, { { 0, 0 }, false, reset_cursor }, - { { 0, 0 }, false, animate }, { { 0, 0 }, false, slideshow }, + { { 0, 0 }, false, animate }, { { 0, 0 }, false, clear_resize }, };