mirror of
https://github.com/clockworkpi/launchergo.git
synced 2026-03-27 06:12:59 +01:00
add xorg configs,change xinit logic
This commit is contained in:
6
.xinitrc
6
.xinitrc
@@ -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;;
|
||||
|
||||
Reference in New Issue
Block a user