#!/usr/bin/env python3

""" Starts a slideshow of images with the desktop background
"""

import os

os.execvp("/usr/share/cinnamon/cinnamon-slideshow/cinnamon-slideshow.py", ("",))
