mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 18:28:57 +01:00
bug fix
This commit is contained in:
parent
fc1b2290f0
commit
57c468ac40
2
.xinitrc
2
.xinitrc
@ -4,6 +4,7 @@ case $session in
|
|||||||
hdmi )
|
hdmi )
|
||||||
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
||||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
|
||||||
|
cd ~/launchergo/
|
||||||
exec ~/launchergo/app &
|
exec ~/launchergo/app &
|
||||||
exec ~/launchergo/load.sh &
|
exec ~/launchergo/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
||||||
@ -13,6 +14,7 @@ hdmi )
|
|||||||
gameshell )
|
gameshell )
|
||||||
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
|
||||||
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
|
||||||
|
cd ~/launchergo/
|
||||||
exec ~/launchergo/app &
|
exec ~/launchergo/app &
|
||||||
exec ~/launchergo/load.sh &
|
exec ~/launchergo/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user