mirror of
https://github.com/clockworkpi/launchergo.git
synced 2025-12-12 10:18:59 +01:00
remove launcher/GPU switch in Settings
use system aria2c
This commit is contained in:
parent
57c468ac40
commit
989977073a
4
.xinitrc
4
.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
BIN
launchergo
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user