⚙️ config(browser): disable zen swipe actions

This commit is contained in:
Sergio Laín 2025-03-25 14:19:53 +01:00
parent 992d2da571
commit 40f38b2d49
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -70,3 +70,4 @@ user_pref("zen.urlbar.replace-newtab", false);
user_pref("zen.workspaces.open-new-tab-if-last-unpinned-tab-is-closed", false);
user_pref("browser.tabs.groups.enabled", false);
user_pref("browser.urlbar.trimURLs", false);
user_pref("zen.workspaces.swipe-actions", false);