Added alternate solid grey background in .mlvwm/.initrc

This commit is contained in:
Morgan Aldridge 2019-06-25 22:05:47 -04:00
parent d6dea72f71
commit 9e16fb14e9
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
InitFunction
# Set the root window (i.e. desktop) background color (or image)
Exec "xsetroot" xsetroot -grey &
# Exec "xsetroot" xsetroot -solid darkgrey &
# Launch Xterm on the first desktop (i.e. screen)
Desk 0
Exec "xterm" xterm -ls -geometry 80x25 &
Wait xterm
END
END