diff --git a/.cpirc b/.cpirc index f0a2dcf..d9e58e7 100644 --- a/.cpirc +++ b/.cpirc @@ -12,8 +12,16 @@ then mpd ~/.mpd.conf if [[ $SCREEN =~ .*320.* ]] then - startx /home/cpi/launcher/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1 + while : + do + startx /home/cpi/launcher/.xinitrc -- -xf86config $XORG_CONF -nocursor > /tmp/x.log 2>&1 + sleep 1 + done else - startx /home/cpi/launcher/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1 + while : + do + startx /home/cpi/launcher/.xinitrc hdmi -- -xf86config $XORG_CONF > /tmp/x.log 2>&1 + sleep 1 + done fi fi diff --git a/sys.py/gsnotify/gsnotify-arm b/sys.py/gsnotify/gsnotify-arm index ede285e..9165520 100755 Binary files a/sys.py/gsnotify/gsnotify-arm and b/sys.py/gsnotify/gsnotify-arm differ diff --git a/sys.py/gsnotify/md5sum b/sys.py/gsnotify/md5sum new file mode 100644 index 0000000..8727f23 --- /dev/null +++ b/sys.py/gsnotify/md5sum @@ -0,0 +1 @@ +9fb0c99e7fcee01fb9ead0d15ea0e8f5 gsnotify-arm