home/firefox: always open link in new window

This commit is contained in:
Primrose 2025-11-16 22:33:01 +08:00
parent 34619bec86
commit 89e9803ed7
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -56,6 +56,10 @@ in
"browser.ctrlTab.sortByRecentlyUsed" = false; "browser.ctrlTab.sortByRecentlyUsed" = false;
"layout.css.devPixelsPerPx" = 1.1; "layout.css.devPixelsPerPx" = 1.1;
# open links in new window
# this works a lot better with xmonad where I have a bunch of windows
"browser.link.open_newwindow" = 2;
# Sponsored crap # Sponsored crap
# Yes # Yes
"browser.newtabpage.activity-stream.showSearch" = true; "browser.newtabpage.activity-stream.showSearch" = true;