Commit | Line | Data |
---|---|---|
b4dc6ab5 NR |
1 | # UI configuration options |
2 | # | |
3 | ||
4 | ||
68e370a4 | 5 | # The directory where to store temporary files, defaults to directory 'tmp.reader' in the conig 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 = |
b4dc6ab5 | 8 | # The type of output for the Local Reader for non-images documents |
ce788468 NR |
9 | # (FORMAT: COMBO_LIST) One of the known output type |
10 | # ALLOWED VALUES: "HTML" "CBZ" | |
edd46289 | 11 | NON_IMAGES_DOCUMENT_TYPE = HTML |
b4dc6ab5 | 12 | # The type of output for the Local Reader for images documents |
ce788468 NR |
13 | # (FORMAT: COMBO_LIST) |
14 | # ALLOWED VALUES: "HTML" "CBZ" | |
edd46289 | 15 | 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 |