mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-21 19:32:44 +01:00
add appinstaller
This commit is contained in:
2
.xinitrc
2
.xinitrc
@@ -3,6 +3,7 @@ session=${1:-gameshell}
|
||||
case $session in
|
||||
hdmi )
|
||||
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg
|
||||
cd ~/launcher/sys.py/ ; python appinstaller.py& cd ~/
|
||||
exec ~/launcher/load.sh &
|
||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
||||
#exec /usr/bin/twm -f ~/launcher/.twmrc
|
||||
@@ -10,6 +11,7 @@ hdmi )
|
||||
;;
|
||||
gameshell )
|
||||
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/loading.png
|
||||
cd ~/launcher/sys.py/ ; python appinstaller.py& cd ~/
|
||||
exec ~/launcher/load.sh &
|
||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
||||
#exec awesome -c ~/launcher/awesome/rc.lua
|
||||
|
||||
Reference in New Issue
Block a user