diff options
| author | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 11:01:04 -0700 |
|---|---|---|
| committer | Druid520 <r.ustydruid520@proton.me> | 2026-08-15 11:01:04 -0700 |
| commit | c992bb92b8b0324ec8e6e3e2794b1f97464b6bd1 (patch) | |
| tree | 0c5ad27a72f1976d61b83d78a947a1d1b50f11a9 /neix.conf | |
| parent | f7008f118b7af28a4d7754040d23090eff1b7e0c (diff) | |
MOD: upd.
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= | ||
