| 1 | # UI configuration options |
| 2 | # |
| 3 | |
| 4 | |
| 5 | # The directory where to store temporary files, defaults to directory 'tmp.reader' in the config directory (usually $HOME/.fanfix) |
| 6 | # (FORMAT: DIRECTORY) absolute path, $HOME variable supported, / is always accepted as dir separator |
| 7 | CACHE_DIR_LOCAL_READER = |
| 8 | # The type of output for the GUI Reader for non-images documents |
| 9 | # (FORMAT: COMBO_LIST) One of the known output type |
| 10 | # ALLOWED VALUES: "INFO_TEXT" "EPUB" "HTML" "TEXT" |
| 11 | GUI_NON_IMAGES_DOCUMENT_TYPE = HTML |
| 12 | # The type of output for the GUI Reader for images documents |
| 13 | # (FORMAT: COMBO_LIST) |
| 14 | # ALLOWED VALUES: "CBZ" "HTML" |
| 15 | GUI_IMAGES_DOCUMENT_TYPE = CBZ |
| 16 | # The command launched for images documents -- default to the system default for the current file type |
| 17 | # (FORMAT: STRING) A command to start |
| 18 | IMAGES_DOCUMENT_READER = |
| 19 | # The command launched for non images documents -- default to the system default for the current file type |
| 20 | # (FORMAT: STRING) A command to start |
| 21 | NON_IMAGES_DOCUMENT_READER = |
| 22 | # The background colour if you don't want the default system one |
| 23 | # (FORMAT: COLOR) |
| 24 | BACKGROUND_COLOR = #FFFFFF |
| 25 | # Show one item per source type when in ALL sources mode instead of one per story |
| 26 | # (FORMAT: BOOLEAN) |
| 27 | SOURCE_PAGE = false |