X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/0be70b348690a6231adb6b420ff428d9ba4f8139..98c976134487b8901eef02ea132f2217d0552550:/README.md diff --git a/README.md b/README.md index 675dc0f..0233030 100644 --- a/README.md +++ b/README.md @@ -118,9 +118,19 @@ Send DNS through SOCKS proxy: network.proxy.socks_remote_dns = true ``` +Graphics acceleration, reduces tearing in video playback: +``` +layers.acceleration.force-enabled = true +``` + Enabling xinput2 gives pixel scrolling and fixes [bug #1276449](https://bugzilla.mozilla.org/show_bug.cgi?id=1276449). ``` # bash # ~/.xprofile export MOZ_USE_XINPUT2=1 ``` + +Don't prompt to reset profile if unused for a little while: +``` +browser.disableResetPrompt = false +```