mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-09 23:48:14 +01:00
librewolf: Trim https by default
Should make reading URLs easier on the already-limited screen size of the PinePhone.
This commit is contained in:
parent
bad1a9d3c3
commit
b995d2885f
@ -36,6 +36,7 @@
|
|||||||
"browser.urlbar.suggest.history" = false;
|
"browser.urlbar.suggest.history" = false;
|
||||||
"browser.urlbar.suggest.openpage" = false;
|
"browser.urlbar.suggest.openpage" = false;
|
||||||
"browser.urlbar.suggest.topsites" = false;
|
"browser.urlbar.suggest.topsites" = false;
|
||||||
|
"browser.urlbar.trimHttps" = true;
|
||||||
|
|
||||||
"sidebar.position_start" = false;
|
"sidebar.position_start" = false;
|
||||||
"findbar.highlightAll" = true;
|
"findbar.highlightAll" = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user