add xorg configs,change xinit logic

This commit is contained in:
cuu
2019-01-04 19:51:44 +08:00
parent 36bdc06fd4
commit 70fa42423a
13 changed files with 57 additions and 4 deletions

View File

@@ -5,13 +5,15 @@ hdmi )
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/desktopbg.jpg
exec ~/launchergo/load.sh &
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
exec /usr/bin/twm -f ~/launchergo/.twmrc
# exec /usr/bin/twm -f ~/launchergo/.twmrc
exec ~/launchergo/dwm-mod
;;
gameshell )
feh --bg-center ~/launchergo/sysgo/gameshell/wallpaper/loading.png
exec ~/launchergo/load.sh &
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
exec awesome -c ~/launchergo/awesome/rc.lua
# exec awesome -c ~/launchergo/awesome/rc.lua
exec ~/launchergo/dwm-mod
;;
*)
exec $1;;