epydial/setup_files/.xinitrc
2014-06-24 10:34:08 +02:00

12 lines
195 B
Bash

#!/bin/bash
export DISPLAY=:0
xsetroot -cursor /usr/share/epydial/data/emptycursor /usr/share/epydial/data/emptycursor
cd /usr/share/epydial
while /bin/true; do
./epydial.py
sleep 5
done