mirror of
https://github.com/clockworkpi/launchergo.git
synced 2026-03-30 16:52:54 +02:00
combine .xinitrcs to be one
This commit is contained in:
23
.xinitrc
23
.xinitrc
@@ -1,4 +1,19 @@
|
||||
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
|
||||
session=${1:-gameshell}
|
||||
|
||||
case $session in
|
||||
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
|
||||
;;
|
||||
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 $1;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user