aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-08-20 01:11:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-08-20 01:11:02 +1200
commit8a3ca169387cd18a7729137ffc18df6ccbb6b09a (patch)
tree04c7fd8bc9939f42e8bda5d016c68f230460f417
parentDisable ISO14755 stuff I don't need (diff)
downloaddotfiles-8a3ca169387cd18a7729137ffc18df6ccbb6b09a.tar.gz
dotfiles-8a3ca169387cd18a7729137ffc18df6ccbb6b09a.zip
Update as per Arch recommendations
-rw-r--r--X/Xdefaults37
-rw-r--r--X/Xresources37
-rwxr-xr-xinstall2
3 files changed, 38 insertions, 38 deletions
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.