Set the background color (defaulting to grey) in .initrc. Issue #2

This commit is contained in:
Morgan Aldridge 2019-01-15 17:14:19 -05:00
parent cbcf7203d8
commit 9ba300e0e5
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
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