title hwset.conf
section 5
project bgscripts-core
volume File Formats Manual
date April 2020
=====
NAME
  hwset.conf - config file for hwset customizable script
SYNOPSIS
  hwset [-d {0..10}] [-uV] [-c <conffile>] PIECE ACTION VALUE
DESCRIPTION
  `hwset(1)` loads a config file in a modified dot-source manner. Each line from the config file is checked for variable name, and if the variable is not yet defined, the value from this config file is loaded.

  Multiple config files are loaded by default, in this order:
1. `-c <conffile>` Config file passed as a parameter.
2. ${HOME}/.config/hwset/hwset.conf
3. /usr/local/etc/bgscripts/hwset.conf
SEE ALSO
`hwset(1)`
