eboxy reads the configuration file ~/.eboxy/eboxy.conf on startup if it exists. The file consists of one setting per line, with setting name and value separated by an equals character.
Table 3.7. Configuration file settings
Setting | Description | Default |
---|---|---|
width | Width of the output | 640 |
height | Height of the output | 480 |
depth | Bit depth of the output (bpp) | 16 |
interfaceplugin | Interface plugin to use | sdl_gui |
fontpath | Search path for fonts. Multiple paths separated by colons. | n/a |
imagepath | Search path for images. Multiple paths separated by colons. | n/a |
Note that if a command line option is specified that has an equivalent in the configuration file, the command line option takes precedence.