diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-03-20 13:29:02 -0700 |
---|---|---|
committer | Jesse Morgan <morganjm@amazon.com> | 2013-03-20 13:29:02 -0700 |
commit | 80b82be4ca97e63018a5f882e2f5a866cae19403 (patch) | |
tree | 16e074add1dd34dd768a58d493279c1bace2809f /base | |
parent | 6dc3fdd495717ce28feae71c9ce4feab5cd20040 (diff) |
Tweaked urxvt font and added new list
Diffstat (limited to 'base')
-rw-r--r-- | base/Xresources | 6 | ||||
-rw-r--r-- | base/vimrc | 2 | ||||
-rw-r--r-- | base/xsession | 1 |
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 @@ -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 |