mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: disable menu bar on alt key
This commit is contained in:
parent
3c2b4e9936
commit
04e07f0cd1
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ with lib;
|
|||
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
|
||||
"media.setsinkid.enabled" = { Status = "locked"; Value = true; }; #GoogleVoice
|
||||
"network.IDN_show_punycode" = { Status = "locked"; Value = true; };
|
||||
"ui.key.menuAccessKeyFocuses" = { Status = "locked"; Value = false; };
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue