mirror of
https://github.com/morgant/mlvwmrc.git
synced 2025-01-16 02:32:14 +00:00
Fix for loading separate theme, menu, etc. config files.
This commit is contained in:
parent
f1ab27b30d
commit
c13da027d3
@ -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
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
Read initrc
|
|
||||||
InitFunction
|
|
||||||
Desk 0
|
|
||||||
Exec "xterm" xterm -ls -geometry 80x25 &
|
|
||||||
Wait xterm
|
|
||||||
END
|
|
Loading…
x
Reference in New Issue
Block a user