Open RSS articles in a new window

This commit is contained in:
DogeyStamp 2021-07-13 10:00:39 -04:00
parent 505a0b0f66
commit e0165da0ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
browser qutebrowser
browser "qutebrowser --target private-window"
reload-threads 10
bind-key j down feedlist

View File

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