2019-01-05 19:22:36 +00:00
|
|
|
InitFunction
|
2019-01-15 22:14:19 +00:00
|
|
|
# Set the root window (i.e. desktop) background color (or image)
|
|
|
|
Exec "xsetroot" xsetroot -grey &
|
2019-06-26 02:05:47 +00:00
|
|
|
# Exec "xsetroot" xsetroot -solid darkgrey &
|
2019-07-27 02:12:54 +00:00
|
|
|
# Exec "xsetbg" xsetbg -fullscreen ~/.mlvwm/patterns/mac-os-background.jpg
|
|
|
|
# Exec "xsetbg" xsetbg ~/.mlvwm/patterns/mac-os-default.png
|
2019-01-15 22:14:19 +00:00
|
|
|
|
|
|
|
# Launch Xterm on the first desktop (i.e. screen)
|
2019-01-05 19:22:36 +00:00
|
|
|
Desk 0
|
|
|
|
Exec "xterm" xterm -ls -geometry 80x25 &
|
|
|
|
Wait xterm
|
2019-06-26 02:05:47 +00:00
|
|
|
END
|