mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-02-15 01:30:28 +00:00
13 lines
405 B
Plaintext
13 lines
405 B
Plaintext
InitFunction
|
|
# Set the root window (i.e. desktop) background color (or image)
|
|
Exec "xsetroot" xsetroot -grey &
|
|
# Exec "xsetroot" xsetroot -solid darkgrey &
|
|
# Exec "xsetbg" xsetbg -fullscreen ~/.mlvwm/patterns/mac-os-background.jpg
|
|
# Exec "xsetbg" xsetbg ~/.mlvwm/patterns/mac-os-default.png
|
|
|
|
# Launch Xterm on the first desktop (i.e. screen)
|
|
Desk 0
|
|
Exec "xterm" xterm -ls -geometry 80x25 &
|
|
Wait xterm
|
|
END
|