remove launcher/GPU switch in Settings

use system aria2c
This commit is contained in:
cuu 2023-01-03 13:06:50 +00:00
parent 57c468ac40
commit 989977073a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ session=${1:-gameshell}
case $session in
hdmi )
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
exec /usr/bin/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
cd ~/launchergo/
exec ~/launchergo/app &
@ -12,7 +12,7 @@ hdmi )
exec ~/launchergo/dwm-mod
;;
gameshell )
exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
exec /usr/bin/aria2c --conf-path=/home/cpi/launcher/aria2.conf &
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
cd ~/launchergo/
exec ~/launchergo/app &

Binary file not shown.