fix: disable middle click paste in firefox
This commit is contained in:
parent
0509cb1e09
commit
796176480e
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ let
|
|||
userChrome = builtins.readFile ../config/firefox/autohide_toolbox.css;
|
||||
profileSettings = {
|
||||
# about:config
|
||||
"middlemouse.paste" = false;
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
|
||||
"font.language.group" = "zh-TW";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue