diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-15 21:08:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-15 21:08:24 -0300 |
commit | bdee49af2c6d3cd35dbbbdb6d0bb61c7f99850d7 (patch) | |
tree | 8f3e134b3780b41dc8794ffb1c13ff69330d936b | |
parent | 5341847ba0ab7667fa27151200beac986541bbdf (diff) | |
download | newsboat-master.tar.gz newsboat-master.tar.bz2 |
-rw-r--r-- | config.dot/newsboat/config.link | 2 |
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' &" |