From 6e005cf43515d25f1faa1482a46d88f61a98245c Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 2 Jan 2023 20:20:13 +0800 Subject: [PATCH] update .xinitrc --- .xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.xinitrc b/.xinitrc index ed27456..4efd26a 100644 --- a/.xinitrc +++ b/.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 &