Added overview of VirtualDesktops config file in README

This commit is contained in:
Morgan Aldridge 2019-01-15 17:36:46 -05:00
parent 5371e1dfb4
commit e4fa5268ef

View File

@ -35,6 +35,7 @@ The current structure is:
.initrc .initrc
.restartrc .restartrc
MenuBar MenuBar
VirtualDesktops
theme/ theme/
System7 System7
MacOS8 MacOS8
@ -59,6 +60,10 @@ Contains an `InitFunction` block which can be modified to run commands upon init
Contains a `RestartFunction` block which can be modified to run commands upon init or reload of MLVWM. Contains a `RestartFunction` block which can be modified to run commands upon init or reload of MLVWM.
### VirtualDesktops
Contains configuration settings for virtual desktops, incl. the number of virtual desktops (default is 1.)
### MenuBar ### MenuBar
Contains the default menu bar configuration. Note: the Apple menu is actually defined in the theme files as some theme-specific settings need to be applied during creation, incl. icons. For this reason, the theme files _must_ be loaded prior to the default menu bar in `.mlvwmrc`. Contains the default menu bar configuration. Note: the Apple menu is actually defined in the theme files as some theme-specific settings need to be applied during creation, incl. icons. For this reason, the theme files _must_ be loaded prior to the default menu bar in `.mlvwmrc`.