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')