From c992bb92b8b0324ec8e6e3e2794b1f97464b6bd1 Mon Sep 17 00:00:00 2001 From: Druid520 Date: Sat, 15 Aug 2026 11:01:04 -0700 Subject: MOD: upd. --- neix.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 neix.conf (limited to 'neix.conf') diff --git a/neix.conf b/neix.conf new file mode 100644 index 0000000..2ff3808 --- /dev/null +++ b/neix.conf @@ -0,0 +1,24 @@ +# +# neix main configuration +# ======================= + +# +# Determines the date format for the TUI +# Default: %d.%m.%Y %H:%M +dateFormat=%d.%m.%Y %H:%M + +# +# Indicates which locale should be used +# Default: de_DE.UTF-8 UTF-8 +locale=en_US.UTF-8 UTF-8 + +# +# Determines how to open article link +# Default: xdg-open +openCommand=links + +# +# Determines how to render the article text +# Default: "" +# Example: renderText=w3m -dump -T text/html +#renderText= -- cgit 1.4.1