Skip to content

Commit 2816be1

Browse files
author
awesome-windows11
authored
Update README.md
1 parent 1ed1648 commit 2816be1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ lockPref("ui.prefersReducedMotion", "1")
101101
lockPref("browser.ctrlTab.sortByRecentlyUsed", true)
102102
// Open links in tabs of new tab (windows = 2)
103103
lockPref("browser.link.open_newwindow", 3)
104-
// smoothscrolling
104+
// open links in searchbar of current tab
105+
lockPref("browser.urlbar.openintab", false)
106+
// smoothscrolling
105107
lockPref("general.smoothScroll", false)
106108
// autofill logins and passwords
107109
lockPref("signon.autofillForms", false)

0 commit comments

Comments
 (0)