From 5371e1dfb46b30a5b1ece10bc1896bfe3735a39a Mon Sep 17 00:00:00 2001 From: Morgan Aldridge Date: Tue, 15 Jan 2019 17:35:05 -0500 Subject: [PATCH] Moved the virtual desktops configuration file from 'Desktops' to 'VirtualDesktops' to prevent confusion --- .mlvwm/.mlvwmrc | 4 ++-- .mlvwm/{Desktops => VirtualDesktops} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename .mlvwm/{Desktops => VirtualDesktops} (100%) diff --git a/.mlvwm/.mlvwmrc b/.mlvwm/.mlvwmrc index dda84d7..5c0b1da 100644 --- a/.mlvwm/.mlvwmrc +++ b/.mlvwm/.mlvwmrc @@ -55,8 +55,8 @@ END # Load Theme from themes/ ('System7', 'MacOS8', or 'MacOS9') Read .mlvwm/themes/System7 -# Load the Desktops (i.e. screens) settings -Read .mlvwm/Desktops +# Load the Virtual Desktops settings +Read .mlvwm/VirtualDesktops # Load the default menu bar # (IMPORTANT: The Apple menu is defined in the theme, so _must_ be loaded before diff --git a/.mlvwm/Desktops b/.mlvwm/VirtualDesktops similarity index 100% rename from .mlvwm/Desktops rename to .mlvwm/VirtualDesktops