From 8a3ca169387cd18a7729137ffc18df6ccbb6b09a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 20 Aug 2012 01:11:02 +1200 Subject: Update as per Arch recommendations --- X/Xdefaults | 37 ------------------------------------- X/Xresources | 37 +++++++++++++++++++++++++++++++++++++ install | 2 +- 3 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 X/Xdefaults create mode 100644 X/Xresources diff --git a/X/Xdefaults b/X/Xdefaults deleted file mode 100644 index 0c22b670..00000000 --- a/X/Xdefaults +++ /dev/null @@ -1,37 +0,0 @@ -URxvt*saveLines: 10000 -URxvt*background: #030303 -URxvt*foreground: #E0E0E0 -URxvt*font: xft:Ubuntu Mono:pixelsize=16:antialias=true:hinting=true -URxvt*scrollBar: false -URxvt*scrollTTyOutput: false -URxvt*scrollTTyKeypress: true -URxvt*secondaryScroll: true -URxvt*cursorBlink: on -URxvt*buffered: false -URxvt*iso14755: false -URxvt*iso14755_52: false - -! black -URxvt*color0 : #2E3436 -URxvt*color8 : #555753 -! red -URxvt*color1 : #CC0000 -URxvt*color9 : #EF2929 -! green -URxvt*color2 : #3EAA06 -URxvt*color10 : #7AF234 -! yellow -URxvt*color3 : #C4A000 -URxvt*color11 : #FCE94F -! blue -URxvt*color4 : #3465A4 -URxvt*color12 : #729FCF -! magenta -URxvt*color5 : #75507B -URxvt*color13 : #AD7FA8 -! cyan -URxvt*color6 : #06989A -URxvt*color14 : #34E2E2 -! white -URxvt*color7 : #D3D7CF -URxvt*color15 : #EEEEEC diff --git a/X/Xresources b/X/Xresources new file mode 100644 index 00000000..bd368438 --- /dev/null +++ b/X/Xresources @@ -0,0 +1,37 @@ +URxvt.saveLines: 10000 +URxvt.background: #030303 +URxvt.foreground: #E0E0E0 +URxvt.font: xft:Ubuntu Mono:pixelsize=16:antialias=true:hinting=true +URxvt.scrollBar: false +URxvt.scrollTTyOutput: false +URxvt.scrollTTyKeypress: true +URxvt.secondaryScroll: true +URxvt.cursorBlink: on +URxvt.buffered: false +URxvt.iso14755: false +URxvt.iso14755_52: false + +! black +URxvt.color0 : #2E3436 +URxvt.color8 : #555753 +! red +URxvt.color1 : #CC0000 +URxvt.color9 : #EF2929 +! green +URxvt.color2 : #3EAA06 +URxvt.color10 : #7AF234 +! yellow +URxvt.color3 : #C4A000 +URxvt.color11 : #FCE94F +! blue +URxvt.color4 : #3465A4 +URxvt.color12 : #729FCF +! magenta +URxvt.color5 : #75507B +URxvt.color13 : #AD7FA8 +! cyan +URxvt.color6 : #06989A +URxvt.color14 : #34E2E2 +! white +URxvt.color7 : #D3D7CF +URxvt.color15 : #EEEEEC diff --git a/install b/install index b1ff094c..34b59ede 100755 --- a/install +++ b/install @@ -14,7 +14,7 @@ ln -fs ".dotfiles/readline/inputrc" "${HOME}/.inputrc" ln -fs ".dotfiles/tmux/tmux.conf" "${HOME}/.tmux.conf" 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/Xresources" "${HOME}/.Xresources" ln -fs ".dotfiles/X/Xmodmap" "${HOME}/.Xmodmap" # Link in directories, removing whatever's already there first. -- cgit v1.2.3