diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-29 00:21:56 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-29 00:36:55 +0100 |
| commit | 3d340c689b39427f1b29b642baa108d7f5fc39ac (patch) | |
| tree | d60483635a42e28278bb81c8c199cb5dad03c823 /.newsboat | |
| download | dotfiles-3d340c689b39427f1b29b642baa108d7f5fc39ac.tar.gz | |
feat: initial commit
Diffstat (limited to '.newsboat')
| -rw-r--r-- | .newsboat/config | 14 | ||||
| -rw-r--r-- | .newsboat/urls | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..a288af6 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,14 @@ +browser "firefox --new-tab %u" + +unbind-key j +unbind-key k +bind-key j down +bind-key k up + +bind-key h quit +bind-key l open + +unbind-key g +unbind-key G +bind-key g home +bind-key G end diff --git a/.newsboat/urls b/.newsboat/urls new file mode 100644 index 0000000..2997c7d --- /dev/null +++ b/.newsboat/urls @@ -0,0 +1,4 @@ +https://archlinux.org/feeds/news/ "~Arch news" +https://zorleone.xyz/index.xml "~Zorleone" +https://drewdevault.com/blog/index.xml "~Drew DeVault" +https://thesquareplanet.com/feed.xml "~Jon Gjengset" |
