diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-06-11 12:07:20 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-06-11 12:07:20 +0530 |
| commit | c1ebbfa7eeca191244a9ec3b985b5cf8a1175c05 (patch) | |
| tree | a8c191bfbed9ca26ad24dafd007f66187e3538e4 /.config/newsboat/config | |
| parent | 101af580e3bb80762389a2f04f0eaaf8460ba5a4 (diff) | |
newsboat: open links in private browser tab
Diffstat (limited to '.config/newsboat/config')
| -rw-r--r-- | .config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index db5b75b..ad15ee1 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -7,7 +7,7 @@ unbind-key H unbind-key L unbind-key c unbind-key , -browser "librewolf %u" +browser "librewolf --private-window %u" # Feed settings prepopulate-query-feeds yes |
