There is nothing in the documentation that provides an option to turn-off the fullscreen, but it should be possible by modifying the source code. It looks like you need to edit the file PiClock/PyQtPiClock.py Near the end of the file is a line: w.showFullScreen() remove that line by commenting it ou...