diff options
author | A Farzat <a@farzat.xyz> | 2024-10-01 01:35:45 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-10-01 01:35:45 +0900 |
commit | ade1f44f40fa07699e25b5c7d0c37cd2a6f1a131 (patch) | |
tree | 03088658bddb265f125e2601026db5596944f074 /.librewolf/librewolf.overrides.cfg | |
parent | e9e1167d87461af49eaa088f23700ab61fc1795c (diff) | |
download | dotfiles-ade1f44f40fa07699e25b5c7d0c37cd2a6f1a131.tar.gz dotfiles-ade1f44f40fa07699e25b5c7d0c37cd2a6f1a131.zip |
Add librewolf config
Diffstat (limited to '.librewolf/librewolf.overrides.cfg')
-rw-r--r-- | .librewolf/librewolf.overrides.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.librewolf/librewolf.overrides.cfg b/.librewolf/librewolf.overrides.cfg new file mode 100644 index 0000000..6eaaa8b --- /dev/null +++ b/.librewolf/librewolf.overrides.cfg @@ -0,0 +1,4 @@ +defaultPref("webgl.disabled", false); // For video conferencing. +defaultPref("media.peerconnection.enabled", true); // For video conferencing. +defaultPref("media.peerconnection.ice.no_host", false); // For video conferencing. +defaultPref("ui.context_menus.after_mouseup", true); // Prevent mouse right-click from clicking the option right away. |