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