Minor changes in configs

This commit is contained in:
Dmitry Zakharchenko 2022-10-30 21:04:45 +02:00
parent 1dc6796610
commit c899c42abb
6 changed files with 17 additions and 9 deletions

View File

@ -41,7 +41,7 @@ scrollback-up-line=Mod1+k
scrollback-up-page=Mod1+Shift+u
search-start=Mod1+slash
show-urls-copy=Mod1+y
show-urls-launch=Mod1+l
show-urls-launch=Mod1+f
[search-bindings]
find-next=Mod1+n

View File

@ -1,9 +1,9 @@
text/plain; $EDITOR %s ;
text/html; openfile %s ; nametemplate=%s.html
text/html; lynx -assume_charset=%{charset} -display_charset=utf-8 -dump %s; nametemplate=%s.html; copiousoutput;
image/*; openfile %s ;
video/*; setsid mpv --quiet %s &; copiousoutput
audio/*; mpv %s ;
application/pdf; openfile %s ;
text/html; elinks -dump %s; nametemplate=%s.html; copiousoutput;
image/*; linkhandler %s ;
video/*; linkhandler %s ;
audio/*; linkhandler %s ;
application/pdf; linkhandler %s ;
application/pgp-encrypted; gpg -d '%s'; copiousoutput;
application/pgp-keys; gpg --import '%s'; copiousoutput;

View File

@ -43,7 +43,7 @@ alternative_order text/plain text/enriched text/html
# Sidebar
set sidebar_visible = yes
set sidebar_width = 15
set sidebar_width = 20
set sidebar_short_path = yes
set sidebar_next_new_wrap = yes
set mail_check_stats

View File

@ -1,5 +1,5 @@
external-url-viewer "urlscan -dc -r 'linkhandler {}'"
browser xdg-open
browser linkhandler
auto-reload no
goto-next-feed no
show-read-feeds no

View File

@ -1,6 +1,7 @@
"TECH" "(---)"
https://go.dev/blog/feed.atom "(www)"
https://drewdevault.com/blog/index.xml "(www)" "~Drew DeVault"
https://spacepub.space/feeds/videos.xml?videoChannelId=2 "(prb)"
https://lobste.rs/top/rss "(www)" "~Lobsters"
https://youtube.com/feeds/videos.xml?channel_id=UCKTehwyGCKF-b2wo0RKwrcg "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCl2mFZoRqjw_ELax4Yisf6w "(ytb)"
@ -22,6 +23,13 @@ https://youtube.com/feeds/videos.xml?channel_id=UCpi0JLkVK0RrAHkfpB3B2Aw "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UC2WNW0NZVyMeEPvtLmScgvQ "(ytb)"
https://youtube.com/feeds/videos.xml?channel_id=UCiUkcNS6W0n8QdosuZASduQ "(ytb)"
"TCH" "(---)"
https://twitchrss.appspot.com/vod/uebermarginal "(tch)" "~uebermarginal"
https://twitchrss.appspot.com/vod/lastmiles "(tch)" "~lastmiles"
https://twitchrss.appspot.com/vod/bashbunni "(tch)" "~bashbunni"
https://twitchrss.appspot.com/vod/teej_dv "(tch)" "~teej_dv"
"PPL" "(---)"
https://lukesmith.xyz/rss.xml "(www)" "~Luke's Webpage"
https://notrelated.xyz/rss "(www)" "~Not Related"

View File

@ -8,7 +8,7 @@ c.url.searchengines = {'DEFAULT': 'https://librex.beparanoid.de/search.php?q={}'
'gh': 'https://github.com/search?q={}',
'md': 'https://reelgood.com/search?q={}',
'rep': 'https://repology.org/projects/?search={}',
'trans': 'https://lingva.ml/en/uk/{}'
'trans': 'https://lingva.ml/auto/uk/{}'
}
c.confirm_quit = ['downloads']