aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 23:55:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 23:55:55 +1200
commita42d6789e8c689df0e80849d7183525a04e2dcfe (patch)
tree1a53f322675071999627391c10909938dba8cc25 /install
parentAdd trailing newline to .xessionrc (diff)
downloaddotfiles-a42d6789e8c689df0e80849d7183525a04e2dcfe.tar.gz
dotfiles-a42d6789e8c689df0e80849d7183525a04e2dcfe.zip
Switched window managers from awesome to i3
No hard feelings, awesome
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index f6a5aee7..7c6c7d2d 100755
--- a/install
+++ b/install
@@ -102,12 +102,12 @@ while getopts :gmntx opt; do
lns "$dotfiles"/tmux/tmux.conf "$HOME"/.tmux.conf
;;
x)
+ lns "$dotfiles"/i3 "$HOME"/.i3
lns "$dotfiles"/X/Xmodmap "$HOME"/.Xmodmap
lns "$dotfiles"/X/Xresources "$HOME"/.Xresources
lns "$dotfiles"/X/xsession "$HOME"/.xsession
lns "$dotfiles"/X/xsessionrc "$HOME"/.xsessionrc
lns "$dotfiles"/vim/gvimrc "$HOME"/.gvimrc
- lns "$dotfiles"/awesome "$HOME"/.config/awesome
;;
esac
done