jwm.readme 510 B

123456789
  1. JWM is configured via an XML configuration file.
  2. By default, this file is located in "/etc/system.jwmrc".
  3. To customize JWM, copy this file to "$HOME/.jwmrc" and then modify it using your favorite text editor.
  4. Although somewhat verbose, XML (which looks much like HTML) provides a convenient way
  5. to represent hierarchical configuration, such as menus.
  6. In addition, XML fairly easy to edit either by hand or programmatically.
  7. Be aware if no "$HOME/.jwmrc" file exist it will parse the "/etc/system.jwmrc" file.