Browse Source

update .xinitrc

cuu 1 year ago
parent
commit
6e005cf435
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .xinitrc

+ 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 aria2c --conf-path=/home/cpi/launcher/aria2.conf &
 	feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg
         cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
 	exec ~/launcher/load.sh &
@@ -11,7 +11,7 @@ hdmi )
 	exec ~/launcher/dwm-mod
 	;;
 gameshell )
-	exec ~/launcher/aria2c --conf-path=/home/cpi/launcher/aria2.conf & 
+	exec aria2c --conf-path=/home/cpi/launcher/aria2.conf & 
 	feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/loading.png
         cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log  & cd ~/
 	exec ~/launcher/load.sh &