aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--X/Xdefaults7
-rwxr-xr-xinstall2
2 files changed, 9 insertions, 0 deletions
diff --git a/X/Xdefaults b/X/Xdefaults
new file mode 100644
index 00000000..b4de04a9
--- /dev/null
+++ b/X/Xdefaults
@@ -0,0 +1,7 @@
+URxvt*saveLines: 10000
+URxvt*foreground: White
+URxvt*background: Black
+URxvt*font: xft:Ubuntu Mono:pixelsize=18:antialias=true:hinting=true
+URxvt*scrollBar: false
+URxvt*scrollstyle: rxvt
+#URxvt*termName: xterm-256color
diff --git a/install b/install
index 6b10545d..3fd028eb 100755
--- a/install
+++ b/install
@@ -15,6 +15,8 @@ ln -fs ".dotfiles/tmux/tmux.conf" "${HOME}/.tmux.conf"
ln -fs ".dotfiles/tmux/tmux.conf.256" "${HOME}/.tmux.conf.256"
ln -fs ".dotfiles/vim/vimrc" "${HOME}/.vimrc"
ln -fs ".dotfiles/vim/gvimrc" "${HOME}/.gvimrc"
+ln -fs ".dotfiles/X/Xdefaults" "${HOME}/.Xdefaults"
+ln -fs ".dotfiles/X/Xmodmap" "${HOME}/.Xmodmap"
# Link in directories, removing whatever's already there first.
[[ -e "${HOME}/.vim" ]] && rm -r "${HOME}/.vim"