first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / x_win / start_xroach.sh
1 #!/bin/bash
2 # this is a simple shell that can be dropped in ~/.kde/Autostart to show a
3 # bunch of roaches on the root X window.
4 # note: you must enable desktop | behavior | general | allow programs in
5 # desktop window for the fishtank to show up.
6
7 xroach -roaches 23 -rc purple -rgc green -speed 0.05 -squish &
8
9