diff options
Diffstat (limited to 'neix.conf')
| -rw-r--r-- | neix.conf | 24 |
1 files changed, 24 insertions, 0 deletions
| diff --git a/neix.conf b/neix.conf new file mode 100644 index 0000000..2ff3808 --- /dev/null +++ b/neix.conf | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # | ||
| 2 | # neix main configuration | ||
| 3 | # ======================= | ||
| 4 | |||
| 5 | # | ||
| 6 | # Determines the date format for the TUI | ||
| 7 | # Default: %d.%m.%Y %H:%M | ||
| 8 | dateFormat=%d.%m.%Y %H:%M | ||
| 9 | |||
| 10 | # | ||
| 11 | # Indicates which locale should be used | ||
| 12 | # Default: de_DE.UTF-8 UTF-8 | ||
| 13 | locale=en_US.UTF-8 UTF-8 | ||
| 14 | |||
| 15 | # | ||
| 16 | # Determines how to open article link | ||
| 17 | # Default: xdg-open | ||
| 18 | openCommand=links | ||
| 19 | |||
| 20 | # | ||
| 21 | # Determines how to render the article text | ||
| 22 | # Default: "" | ||
| 23 | # Example: renderText=w3m -dump -T text/html | ||
| 24 | #renderText= | ||
