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.8. 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 |
If a command line option is specified that has an equivalent in the configuration file, the command line option takes precedence.
For the font and image paths, eboxy always looks in the directory where the XML file is located first, before searching in the specified path(s).