diff --git a/.mlvwm/.mlvwmrc b/.mlvwm/.mlvwmrc index 376fde7..a355aec 100644 --- a/.mlvwm/.mlvwmrc +++ b/.mlvwm/.mlvwmrc @@ -62,18 +62,18 @@ Escape SM Exit END # Load Theme from themes/ ('System7', 'MacOS8', or 'MacOS9') -Read themes/System7 +Read .mlvwm/themes/System7 # Load the default menu bar # (IMPORTANT: The Apple menu is defined in the theme, so _must_ be loaded before # the default menu bar) -Read MenuBar +Read .mlvwm/MenuBar # Define the initial function -Read .initrc +Read .mlvwm/.initrc # Define the restart function -Read .restartrc +Read .mlvwm/.restartrc # Define the default window decoration Style diff --git a/.mlvwm/initrc b/.mlvwm/initrc deleted file mode 100644 index c864421..0000000 --- a/.mlvwm/initrc +++ /dev/null @@ -1,6 +0,0 @@ -Read initrc -InitFunction -Desk 0 -Exec "xterm" xterm -ls -geometry 80x25 & -Wait xterm -END \ No newline at end of file