mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 09:48:50 +01:00
update .xinitrc
This commit is contained in:
parent
13ed96d83c
commit
6e005cf435
4
.xinitrc
4
.xinitrc
@ -2,7 +2,7 @@ session=${1:-gameshell}
|
|||||||
|
|
||||||
case $session in
|
case $session in
|
||||||
hdmi )
|
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
|
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg
|
||||||
cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
|
cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
|
||||||
exec ~/launcher/load.sh &
|
exec ~/launcher/load.sh &
|
||||||
@ -11,7 +11,7 @@ hdmi )
|
|||||||
exec ~/launcher/dwm-mod
|
exec ~/launcher/dwm-mod
|
||||||
;;
|
;;
|
||||||
gameshell )
|
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
|
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/loading.png
|
||||||
cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
|
cd ~/launcher/sys.py/ ; python appinstaller.py > /tmp/appinstaller.log & cd ~/
|
||||||
exec ~/launcher/load.sh &
|
exec ~/launcher/load.sh &
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user