/usr/share/doc/python-lunch/examples/screensavers.lunch is in python-lunch 0.4.0-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/usr/bin/env lunch
# lunch example config file.
# In this example, a lot of CPU-intensive commands are ran.
add_command("/usr/lib/xscreensaver/polytopes")
add_command("/usr/lib/xscreensaver/solarwinds")
add_command("/usr/lib/xscreensaver/hufo_smoke")
add_command("/usr/lib/xscreensaver/euphoria")
add_command("/usr/lib/xscreensaver/flux")
add_command("/usr/lib/xscreensaver/flyingtoasters")
add_command("/usr/lib/xscreensaver/glblur")
add_command("/usr/lib/xscreensaver/moebiusgears")
add_command("/usr/lib/xscreensaver/plasma")
|