diff --git a/.gitignore b/.gitignore index 360b4f8..165af35 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ screenshots/* .DS_Store sysgo/.* *-local.ini +*.db + diff --git a/.xinitrc b/.xinitrc index 13173a1..04c3100 100644 --- a/.xinitrc +++ b/.xinitrc @@ -2,14 +2,18 @@ session=${1:-gameshell} case $session in hdmi ) + exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf & feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg + exec ~/launchergo/app & exec ~/launchergo/load.sh & exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon & # exec /usr/bin/twm -f ~/launchergo/.twmrc exec ~/launchergo/dwm-mod ;; gameshell ) + exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf & feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png + exec ~/launchergo/app & exec ~/launchergo/load.sh & exec ~/launcher/sys.py/gsnotify/gsnotify-arm & # exec awesome -c ~/launchergo/awesome/rc.lua diff --git a/app b/app new file mode 100755 index 0000000..356bfb7 Binary files /dev/null and b/app differ diff --git a/launchergo b/launchergo new file mode 100755 index 0000000..35ee28a Binary files /dev/null and b/launchergo differ diff --git a/md5sum.log b/md5sum.log index 3b1e0dc..bc93506 100644 --- a/md5sum.log +++ b/md5sum.log @@ -1,2 +1,3 @@ -618470b8729c311771a2d644c636e833 launchergo +01a90fb61275b029414bd9e12600ecd9 launchergo 67febe965776f67a3d0018732378359e dwm-mod +916afbebf950e58316a85b0ffc02c4ae app diff --git a/md5sum.sh b/md5sum.sh index a818522..bb8a929 100755 --- a/md5sum.sh +++ b/md5sum.sh @@ -4,6 +4,6 @@ set -x find . -iname "*.so" -exec md5sum {} + > md5sum.log echo `md5sum launchergo` >> md5sum.log echo `md5sum dwm-mod` >> md5sum.log - +echo `md5sum app` >> md5sum.log