]> code.delx.au - dotfiles/commitdiff
Updated README
authorJames Bunton <jamesbunton@delx.net.au>
Tue, 11 Jun 2019 04:12:49 +0000 (14:12 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Tue, 11 Jun 2019 04:12:49 +0000 (14:12 +1000)
README.md

index 023303005613dd1798380e905c54b2b846702c3d..5e13b2a6148d45d5e737e5183ffd1a85e527dbc3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,14 +22,7 @@ Symlink the config files into your home directory:
 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/
-```
-
-
-Symlink the git hooks
-```
-cd ~/.dotfiles/.git/
-rm -rf hooks
-ln -s ../git-hooks hooks
+mkdir ~/.config/environment.d && ln -sf ~/.dotfiles/.config/environment.d/* ~/.config/environment.d/
 ```
 
 
@@ -58,30 +51,6 @@ ln -sf ~/.dotfiles/.local/share/applications/emacs.desktop ~/.local/share/applic
 ```
 
 
-## xmonad setup
-
-Symlink the xmonad config:
-```
-mkdir -p ~/.xmonad
-ln -sf ~/.dotfiles/.xmonad/* ~/.xmonad/
-```
-
-
-Set up xmonad to autostart:
-```
-mkdir -p ~/.config/autostart
-ln -sf ~/.config/autostart/{xmonad.desktop,Kupfer.desktop} ~/.config/autostart
-```
-
-
-## XFCE setup
-
-```
-xfconf-query -n -t bool -c xfce4-session -p /startup/ssh-agent/enabled -s true
-xfconf-query -n -t string -c xfce4-session -p /startup/ssh-agent/type -s ssh-agent
-```
-
-
 ## Font setup
 
 Symlink the font config:
@@ -123,13 +92,6 @@ 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