mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 10:18:59 +01:00
update
This commit is contained in:
parent
f6d4ed07df
commit
83ef50dedb
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@ screenshots/*
|
||||
.DS_Store
|
||||
sysgo/.*
|
||||
*-local.ini
|
||||
*.db
|
||||
|
||||
|
||||
4
.xinitrc
4
.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
|
||||
|
||||
BIN
launchergo
Executable file
BIN
launchergo
Executable file
Binary file not shown.
@ -1,2 +1,3 @@
|
||||
618470b8729c311771a2d644c636e833 launchergo
|
||||
01a90fb61275b029414bd9e12600ecd9 launchergo
|
||||
67febe965776f67a3d0018732378359e dwm-mod
|
||||
916afbebf950e58316a85b0ffc02c4ae app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user