remove nftables (linux uses this by default now anyways i think?)
add busybox since its basically expected by some programs (comes with xz) make virtualisation a proper module so i can flip between docker and podman (i will make podman work one day i swear) add waydroid back in electrum is busted for now make resharper a bit more modular add new firefox bs
This commit is contained in:
@@ -61,8 +61,12 @@
|
||||
# browser links should be new tab
|
||||
"browser.link.open_newwindow.restriction" = 0;
|
||||
|
||||
# allow custom search enginers
|
||||
# allow custom search engines
|
||||
"browser.urlbar.update2.engineAliasRefresh" = true;
|
||||
# do not retrieve suggestions as you type https://blog.mozilla.org/en/firefox/better-search-suggestions/
|
||||
"browser.urlbar.quicksuggest.online.enabled" = false;
|
||||
# do not trim http
|
||||
"browser.urlbar.trimURLs" = false;
|
||||
|
||||
# force enable hardware accel
|
||||
"media.hardware-video-decoding.force-enabled" = true;
|
||||
@@ -88,9 +92,6 @@
|
||||
# restore tabs on startup
|
||||
"browser.startup.page" = 3;
|
||||
|
||||
# do not trim http
|
||||
"browser.urlbar.trimURLs" = false;
|
||||
|
||||
# open in new tabs
|
||||
"browser.tabs.loadBookmarksInTabs" = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user