From cb122db07e86cb1aa533c5db188d0c8aa476ad81 Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Tue, 24 Jun 2025 17:01:17 +0200 Subject: [PATCH] newsboat: use google-chrome-stable for ,c macro --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 23e286a..f878057 100644 --- a/config +++ b/config @@ -10,7 +10,7 @@ goto-next-feed no # use macro with <,> + # 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 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" color background white black