mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-29 16:22:38 +02:00
add dwm
This commit is contained in:
6
.xinitrc
6
.xinitrc
@@ -5,13 +5,15 @@ hdmi )
|
|||||||
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg
|
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/desktopbg.jpg
|
||||||
exec ~/launcher/load.sh &
|
exec ~/launcher/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm daemon &
|
||||||
exec /usr/bin/twm -f ~/launcher/.twmrc
|
#exec /usr/bin/twm -f ~/launcher/.twmrc
|
||||||
|
exec ~/launcher/dwm-mod
|
||||||
;;
|
;;
|
||||||
gameshell )
|
gameshell )
|
||||||
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/loading.png
|
feh --bg-center ~/launcher/sys.py/gameshell/wallpaper/loading.png
|
||||||
exec ~/launcher/load.sh &
|
exec ~/launcher/load.sh &
|
||||||
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
exec ~/launcher/sys.py/gsnotify/gsnotify-arm &
|
||||||
exec awesome -c ~/launcher/awesome/rc.lua
|
#exec awesome -c ~/launcher/awesome/rc.lua
|
||||||
|
exec ~/launcher/dwm-mod
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
exec $1;;
|
exec $1;;
|
||||||
|
|||||||
Reference in New Issue
Block a user