mirror of
https://github.com/morgant/mlvwmrc.git
synced 2024-11-15 22:05:40 +00:00
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
InitFunction
|
|
# Set the root window (i.e. desktop) background color (or image)
|
|
Exec "xsetroot" xsetroot -grey &
|
|
|
|
# Launch Xterm on the first desktop (i.e. screen)
|
|
Desk 0
|
|
Exec "xterm" xterm -ls -geometry 80x25 &
|
|
Wait xterm
|
|
END |