]> code.delx.au - dotfiles/blobdiff - README.md
bash: include hostname in all xterm titles
[dotfiles] / README.md
index 675dc0fd8a4768f182bae29d4b64600b7bd5bddc..023303005613dd1798380e905c54b2b846702c3d 100644 (file)
--- 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
+```