summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/Xresources6
-rw-r--r--base/vimrc2
-rw-r--r--base/xsession1
3 files changed, 6 insertions, 3 deletions
diff --git a/base/Xresources b/base/Xresources
index 14ae174..0f5a18b 100644
--- a/base/Xresources
+++ b/base/Xresources
@@ -1,7 +1,7 @@
*color12: #5895cf
-Rxvt.background: black
+Rxvt.background: #1a1a1a
Rxvt.foreground: white
Rxvt.scrollBar: false
-Rxvt.font: xft:Monospace:size=10:autohint=true
-Rxvt.letterSpace: -1
+Rxvt.font: xft:UbuntuMono:size=12:autohint=true
+Rxvt.letterSpace: 0
diff --git a/base/vimrc b/base/vimrc
index 5df4eeb..f8374c2 100644
--- a/base/vimrc
+++ b/base/vimrc
@@ -128,6 +128,8 @@ EOT
" Scratch Plugin
let g:scratchBackupFile="/tmp/scratch.txt"
+iab --> →
+
" Quicker compile & check
map <C-x> :silent make<Enter>:copen<Enter><C-w><C-w>:redraw<Enter>
diff --git a/base/xsession b/base/xsession
index 5145918..ea6a0c4 100644
--- a/base/xsession
+++ b/base/xsession
@@ -18,6 +18,7 @@ ulimit -c unlimited
(sleep 5; nitrogen --restore) &
gtk-theme-switch2 -i Ambiance
xrdb $HOME/.Xresources
+urxvtd -q -f -o
# Host Specific Settings
if [ -f ~/.host-specific/xession ]; then