X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/5091295cd1240e9ec9f063640503d786a9b92ed8..abea683f773f790396effd47c2cbca3b3cb61012:/README.md diff --git a/README.md b/README.md index 4537283..8a44855 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a set of configuration files for a bunch of Unix apps I use regularly. ## Basic setup ``` -git clone http://delx.net.au/git/dotfiles .dotfiles +git clone https://delx.net.au/git/dotfiles .dotfiles ``` @@ -35,15 +35,15 @@ ln -s ../git-hooks hooks ## Emacs setup -Symlink the emacs config: +Clone the dotemacs repository: ``` -ln -sf ~/.dotfiles/.emacs.d ~/ +git clone https://delx.net.au/git/dotemacs ~/.emacs.d ``` Initialise the emacs package submodules ``` -cd ~/.dotfiles +cd ~/.emacs.d git submodule init git submodule update ``` @@ -117,3 +117,10 @@ Send DNS through SOCKS proxy: ``` network.proxy.socks_remote_dns = 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 +```