From f4dc7fe10d4d26533f8ca915e9761172a460deb9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 19 Aug 2012 20:49:34 +1200 Subject: Add X dotfiles --- X/Xdefaults | 7 +++++++ install | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 X/Xdefaults 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" -- cgit v1.2.3