]> code.delx.au - dotfiles/blobdiff - README.md
bash: include hostname in all xterm titles
[dotfiles] / README.md
index 8a4485552290528e2c8331c4f550af0489b1fe4b..023303005613dd1798380e905c54b2b846702c3d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,13 +13,13 @@ Make a backup of any existing files:
 ```
 cd
 mkdir -p backup
-mv .bash .bash_profile .bashrc .gitconfig .inputrc .pythonrc.py .screenrc .vim .vimrc backup/
+mv .bash .bash_profile .bashrc .gitconfig .inputrc .pythonrc.py .screenrc .vimrc backup/
 ```
 
 
 Symlink the config files into your home directory:
 ```
-ln -sf ~/.dotfiles/{.bash,.bash_profile,.bashrc,.gitconfig,.inputrc,.pythonrc.py,.screenrc,.vim,.vimrc} ~/
+ln -sf ~/.dotfiles/{.bash,.bash_profile,.bashrc,.gitconfig,.inputrc,.pythonrc.py,.screenrc,.vimrc} ~/
 ln -sf ~/.dotfiles/.gitignore_global ~/.gitignore
 ln -sf ~/.dotfiles/.ssh/config ~/.ssh/
 ```
@@ -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
+```