newsboat files
This commit is contained in:
parent
d6d1f12dfc
commit
cb56eb764a
6
config
6
config
|
@ -9,9 +9,9 @@ goto-next-feed no
|
|||
|
||||
# use macro with <,> + <macro>
|
||||
# from https://wiki.archlinux.org/index.php/Newsboat
|
||||
macro v set browser "tsp mpv %u"; open-in-browser ; set browser urlportal.sh
|
||||
macro c set browser "google-chrome %u"; open-in-browser ; set browser urlportal.sh
|
||||
macro b set browser "browsh --startup-url %u"; open-in-browser ; set browser urlportal.sh
|
||||
macro v set browser "tsp mpv %u" ; open-in-browser ; set browser urlportal.sh -- "open video with mpv/tsp"
|
||||
macro c set browser "google-chrome %u"; open-in-browser ; set browser urlportal.sh -- "open with google chrome"
|
||||
macro b set browser "browsh --startup-url %u"; open-in-browser ; set browser urlportal.sh -- "open with browsh"
|
||||
|
||||
color background white black
|
||||
color listnormal white black
|
||||
|
|
Loading…
Reference in New Issue