aboutsummaryrefslogtreecommitdiff
path: root/.config/newsboat
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2023-02-26 11:25:26 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2023-02-26 11:25:26 +0000
commitf24793639bd276cb2278b10e163dace8eb2d0c90 (patch)
tree413b2a44eb8f2b4d523ae62d2ed650e886aa0924 /.config/newsboat
parent74808e9032d6044e067b01ce764677c795dcf26d (diff)
downloaddotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.tar
dotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.tar.gz
dotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.tar.bz2
dotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.tar.lz
dotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.tar.xz
dotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.tar.zst
dotfiles-f24793639bd276cb2278b10e163dace8eb2d0c90.zip
Add cmus, newsboat and qutebrowser configs, as well as GB layout to sway.
Diffstat (limited to '.config/newsboat')
-rw-r--r--.config/newsboat/config40
1 files changed, 40 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
new file mode 100644
index 0000000..9e39cfe
--- /dev/null
+++ b/.config/newsboat/config
@@ -0,0 +1,40 @@
+# vi: ft=config
+# general settings
+auto-reload false
+max-items 0
+scrolloff 5
+
+# externel browser
+#browser "w3m %u"
+browser "xdg-open %u"
+
+bind-key RIGHT open
+bind-key LEFT quit
+
+# unbind keys
+#unbind-key ENTER
+unbind-key j
+unbind-key k
+unbind-key J
+unbind-key K
+
+# bind keys - vim style
+bind-key j down
+bind-key k up
+bind-key l open
+bind-key h quit
+
+# bound to `sort` by default
+unbind-key g
+bind-key g home
+# bound to `rev-sort` by default
+unbind-key G
+bind-key G end
+
+# highlights
+highlight article "^(Feed|Title|Author|Link|Date): .+" blue default bold
+highlight article "^(Feed|Title|Author|Link|Date):" green default bold
+highlight article "https?://[^ ]+" red default
+highlight article "\\[image\\ [0-9]+\\]" green default
+
+