From e0165da0ffc86b793596325bc79d6a1f0077dfca Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Tue, 13 Jul 2021 10:00:39 -0400 Subject: [PATCH] Open RSS articles in a new window --- .config/newsboat/config | 2 +- .config/qutebrowser/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/newsboat/config b/.config/newsboat/config index 1060b13..b796aee 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,4 +1,4 @@ -browser qutebrowser +browser "qutebrowser --target private-window" reload-threads 10 bind-key j down feedlist diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 7a77913..61bd152 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -29,4 +29,4 @@ c.statusbar.show = "in-mode" # This is so when using newsboat with qutebrowser, # they can be operated using only hjkl. -config.bind('h', 'tab-close', mode='normal') +config.bind('h', 'quit', mode='normal')