aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-02-15 21:08:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-02-15 21:08:24 -0300
commitbdee49af2c6d3cd35dbbbdb6d0bb61c7f99850d7 (patch)
tree8f3e134b3780b41dc8794ffb1c13ff69330d936b
parent5341847ba0ab7667fa27151200beac986541bbdf (diff)
downloadnewsboat-master.tar.gz
newsboat-master.tar.bz2
Fix: non-interactive browser commandHEADmaster
-rw-r--r--config.dot/newsboat/config.link2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/newsboat/config.link b/config.dot/newsboat/config.link
index f503d9e..b6cf3f2 100644
--- a/config.dot/newsboat/config.link
+++ b/config.dot/newsboat/config.link
@@ -5,7 +5,7 @@ auto-reload yes
# Default browser
#browser "firefox -new-tab %u"
-browser "firefox -P news --new-tab '%u'"
+browser "firefox -P news --new-tab '%u' > /dev/null 2>&1 &"
#browser "vbox exec web /usr/bin/firefox -new-tab %u"
#browser "terminal torify elinks '%u' &"
#browser "terminal tority '%u' &"