config(newsboat): move to ~/.config, add vim binding
Also revert Maple mono to IBM Plex Mono for some lig bugsmain
parent
3089185c51
commit
3e794a14ba
|
@ -88,15 +88,15 @@ url = "https://raw.githubusercontent.com/catppuccin/btop/main/themes/catppuccin_
|
|||
|
||||
[[apps.newsboat.paths]]
|
||||
internal = "data/newsboat/config"
|
||||
external = "~/.newsboat/config"
|
||||
external = "~/.config/newsboat/config"
|
||||
|
||||
[[apps.newsboat.paths]]
|
||||
internal = "data/newsboat/urls"
|
||||
external = "~/.newsboat/urls"
|
||||
external = "~/.config/newsboat/urls"
|
||||
|
||||
[[apps.newsboat.paths]]
|
||||
internal = "data/newsboat/dark"
|
||||
external = "~/.newsboat/dark"
|
||||
external = "~/.config/newsboat/dark"
|
||||
|
||||
[[apps.newsboat.paths]]
|
||||
internal = "data/newsboat/dark"
|
||||
|
|
|
@ -4,7 +4,7 @@ include mocha.conf
|
|||
# https://sw.kovidgoyal.net/kitty/conf/#fonts
|
||||
# kitty +list-fonts --psnames
|
||||
font_family 0xProto
|
||||
bold_font Maple Mono Bold
|
||||
bold_font IBM Plex Mono Bold
|
||||
italic_font Victor Mono Italic
|
||||
bold_italic_font IBM Plex Mono Bold Italic
|
||||
font_size 14.0
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
# https://wiki.archlinux.org/title/Newsboat
|
||||
|
||||
include ~/.newsboat/dark
|
||||
include ~/.config/newsboat/dark
|
||||
|
||||
auto-reload yes
|
||||
reload-threads 16
|
||||
confirm-mark-all-feeds-read no
|
||||
confirm-mark-feed-read no
|
||||
|
||||
# https://m-chrzan.xyz/blog/vim-keybindings-for-newsboat.html
|
||||
unbind-key g
|
||||
unbind-key G
|
||||
bind-key g home
|
||||
bind-key G end
|
||||
|
|
|
@ -39,6 +39,7 @@ https://drewdevault.com/blog/index.xml
|
|||
https://grumpy.website/feed.xml
|
||||
https://jvns.ca/atom.xml
|
||||
https://michael.stapelberg.ch/feed.xml
|
||||
https://mitchellh.com/feed.xml
|
||||
https://research.swtch.com/feed.atom
|
||||
https://stephango.com/feed.xml
|
||||
https://www.basicappleguy.com/basicappleblog?format=rss
|
||||
|
|
Loading…
Reference in New Issue