; ------------------------------------- ; --| Optional Theme Selection menu |-- ; ------------------------------------- ; If set to True, themes should add the ; Theme Selection menu to the popup (popupThemes.rc) ThemeSelectMenu True ; ------------------------------------------ ; --| Defualt Popup/Wharf/Hotkey Content |-- ; ------------------------------------------ ; The file containing the users popup (*Popup) contents. LSPopupContent $LiteStepDir$myPopupContent.rc ; The file containing the users wharf (*Wharf) contents. LSWharfContent $LiteStepDir$myWharfContent.rc ; The file containing the users hotkeys. LSHotkeys $LiteStepDir$myHotkeys.rc ; The file containing the users filters, these include all: ; *CommandAlias, *TaskAdd, *TasksIgnores, and *VWMSticky entries. LSFilters $LiteStepDir$myFilters.rc ; --------------------------------------------------------------------- ; --| Enable/Disable custom theme Popup/Wharf/Hotkey/Filter Content |-- ; --------------------------------------------------------------------- ; If TRUE then themes should use the content provided, ; otherwise the theme should use $LSPopupContent$ and $LSWharfContent$, etc. UseCustomPopup False UseCustomWharf True UseCustomHotkeys False UseCustomFilters True