Browse Source

remove launcher/GPU switch in Settings
use system aria2c

cuu 1 year ago
parent
commit
989977073a
2 changed files with 2 additions and 2 deletions
  1. 2 2
      .xinitrc
  2. BIN
      launchergo

+ 2 - 2
.xinitrc

@@ -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 &

BIN
launchergo