newsboat: use google-chrome-stable for ,c macro
This commit is contained in:
parent
b9cdc703f2
commit
cb122db07e
2
config
2
config
|
@ -10,7 +10,7 @@ goto-next-feed no
|
||||||
# use macro with <,> + <macro>
|
# use macro with <,> + <macro>
|
||||||
# from https://wiki.archlinux.org/index.php/Newsboat
|
# from https://wiki.archlinux.org/index.php/Newsboat
|
||||||
macro v set browser "tsp mpv %u" ; open-in-browser ; set browser urlportal.sh -- "open video with mpv/tsp"
|
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 c set browser "google-chrome-stable %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"
|
macro b set browser "browsh --startup-url %u"; open-in-browser ; set browser urlportal.sh -- "open with browsh"
|
||||||
|
|
||||||
color background white black
|
color background white black
|
||||||
|
|
Loading…
Reference in New Issue