blob: 2ff380804f4790422634c69e889314d4f1e7c88f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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=
|