From 9650f15cc761aa3870fe546c3c7db6f50771f542 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 30 Sep 2024 23:32:38 -0300 Subject: [PATCH] radio: files: newsraft: Fix bind to open links in browser --- home-environments/radio/files/.config/newsraft/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-environments/radio/files/.config/newsraft/config b/home-environments/radio/files/.config/newsraft/config index b746401..52e9bcc 100644 --- a/home-environments/radio/files/.config/newsraft/config +++ b/home-environments/radio/files/.config/newsraft/config @@ -18,7 +18,7 @@ set scrolloff 2 # binds unbind g bind R reload-all -bind b open-in-browser-command +bind b exec $BROWSER %l bind gj select-last bind gk select-first bind m exec setsid -f mpv %l >/dev/null 2>&1 & disown