Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Flying Toasters
Classic After Dark screensaver recreation for XScreensaver.
Installation
- Install XScreensaver. Check your distribution instructions on how to do it.
- Download flying-toasters anywhere on your computer, for example
/usr/local/bin/flying-toasters
. - Add path to
flying-toasters
executable to theprograms
section in~/.xscreensaver
. It should look like this:programs: maze -root n - GL: superquadrics -root n ... - GL: sphereeversion -root n /usr/local/bin/bin/flying-toasters n
- Launch XScreensaver and select “Flying-toasters” as your screensaver. It has no settings.
Building locally
- Install
libx11-dev
andlibxpm-dev
libraries. - Run
make all
from the source code directory.