I'm not the first person to do this, I just thought it might be useful to someone.
in a terminal type:
cd ~/
pico [application-name-here]
enter these immortal words:
Code:
#!/bin/sh
xscreensaver-command -exit
[application-name-here]
xscreensaver -no-splash &
then type:
ctrl+x
y
[enter-key]
chmod u+x ./[application-name-here]
then run it:
~/[application-name-here]
can anyone tell me how to get xscreensaver to recognise activity from my joystick /dev/input/js0 ??