diff options
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, }; |