diff options
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config deleted file mode 100644 index d422b6d..0000000 --- a/.config/newsboat/config +++ /dev/null | |||
@@ -1,41 +0,0 @@ | |||
1 | # general settings | ||
2 | auto-reload yes | ||
3 | max-items 100 | ||
4 | reload-threads 3 | ||
5 | text-width 120 | ||
6 | |||
7 | external-url-viewer "urlscan -dc -r 'linkhandler {}'" | ||
8 | |||
9 | # browsing | ||
10 | browser "/usr/bin/brave %u" | ||
11 | macro m set browser "/usr/bin/mpv %u"; open-in-browser ; set browser "/usr/bin/brave %u" | ||
12 | macro l set browser "/usr/bin/lynx %u"; open-in-browser ; set browser "/usr/bin/brave %u" | ||
13 | macro c set browser "xsel -b <<<" ; open-in-browser ; set browser "/usr/bin/brave %u" | ||
14 | macro x set browser "/home/yigit/bin/linkhandler"; open-in-browser ; set browser "/usr/bin/brave %u" | ||
15 | |||
16 | # unbind keys | ||
17 | unbind-key ENTER | ||
18 | unbind-key j | ||
19 | unbind-key k | ||
20 | unbind-key J | ||
21 | unbind-key K | ||
22 | |||
23 | # bind keys - vim style | ||
24 | bind-key j down | ||
25 | bind-key k up | ||
26 | bind-key l open | ||
27 | bind-key h quit | ||
28 | |||
29 | # solarized | ||
30 | color background default default | ||
31 | color listnormal default default | ||
32 | color listnormal_unread default default | ||
33 | color listfocus black cyan | ||
34 | color listfocus_unread black cyan | ||
35 | color info default black | ||
36 | color article default default | ||
37 | |||
38 | # highlights | ||
39 | highlight article "^(Title):.*$" blue default | ||
40 | highlight article "https?://[^ ]+" red default | ||
41 | highlight article "\\[image\\ [0-9]+\\]" green default | ||