Fix for loading separate theme, menu, etc. config files.

This commit is contained in:
Morgan Aldridge 2019-01-05 14:52:41 -05:00
parent f1ab27b30d
commit c13da027d3
2 changed files with 4 additions and 10 deletions

View File

@ -62,18 +62,18 @@ Escape SM Exit
END END
# Load Theme from themes/ ('System7', 'MacOS8', or 'MacOS9') # Load Theme from themes/ ('System7', 'MacOS8', or 'MacOS9')
Read themes/System7 Read .mlvwm/themes/System7
# Load the default menu bar # Load the default menu bar
# (IMPORTANT: The Apple menu is defined in the theme, so _must_ be loaded before # (IMPORTANT: The Apple menu is defined in the theme, so _must_ be loaded before
# the default menu bar) # the default menu bar)
Read MenuBar Read .mlvwm/MenuBar
# Define the initial function # Define the initial function
Read .initrc Read .mlvwm/.initrc
# Define the restart function # Define the restart function
Read .restartrc Read .mlvwm/.restartrc
# Define the default window decoration # Define the default window decoration
Style Style

View File

@ -1,6 +0,0 @@
Read initrc
InitFunction
Desk 0
Exec "xterm" xterm -ls -geometry 80x25 &
Wait xterm
END