## config
# This config runs on Fvwm2

## Don't add or edit this file but .fvwm/userExt.sys

SetEnv CORE_DIR $[HOME]/.fvwm/coreEXT
SetEnv EXTRA_DIR $[HOME]/.fvwm/extraEXT
SetEnv USER_DIR $[HOME]/.fvwm/userEXT
SetEnv HOME_DIR $[HOME]/.fvwm

## Load functions, style and stalonetray (wifi, screen brightness & battery, and sound volume).
Read $[CORE_DIR]/1Functions/FVWM-Default/fvwmStartFunction.sys
Read $[CORE_DIR]/1Functions/MyInitMgr/myInitMgr.sys
Read $[CORE_DIR]/2-3Styles/FVWM-Page/fvwmPage.sys

## Start InfoPanel
Read $[CORE_DIR]/MODULES/InfoPanel/infoPanel.sys

#######################
## USER
#######################

## Copy UserExtSAMPLE.sys as UserExt.sys and Restart (if not exist).
## Edit/remove core and extra configs, and add your own.

Read $[HOME_DIR]/UserExt.sys
