From f69793b69460d42e4ad0d00316ea5e3ad7fd4c65 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 1 Feb 2010 12:05:13 -0800 Subject: [PATCH] What was I thinking for comments? --- .Xdefaults | 20 ++++++++++---------- .vimrc | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index bcf1bc9..af436bc 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -1,28 +1,28 @@ Xft.antialias: true URxvt*scrollBar: false URxvt*background: rgba:0000/0000/0000/aaaa -#URxvt*background: rgba:1111/1111/1111/dddd +!URxvt*background: rgba:1111/1111/1111/dddd URxvt*depth: 32 URxvt*foreground: #dddddd -#URxvt*foreground: #c3c6c8 -#URxvt*transparent: true +!URxvt*foreground: #c3c6c8 +!URxvt*transparent: true URxvt*transparent: false -#URxvt*fading: 2% -#URxvt*shading: 30 -#URxvt*fadeColor: grey +!URxvt*fading: 2% +!URxvt*shading: 30 +!URxvt*fadeColor: grey URxvt*buffered: true URxvt*cursorColor: green -#URxvt*cursorColor: #007998 +!URxvt*cursorColor: #007998 !URxvt*font: xft:Terminus:pixelsize=11,xft:IPAGothic:antialias=true URxvt*font: 6x13,xft:IPAGothic:antialias=true !URxvt*perl-ext-common: default -#URxvt*color1: #007998 -#URxvt*color9: #228bba +!URxvt*color1: #007998 +!URxvt*color9: #228bba URxvt.perl-ext-common: default,matcher URxvt*urlLauncher: urxvt-to-uzbl.sh URxvt.colorUL: #cc0000 -#URxvt.colorUL: #007998 +!URxvt.colorUL: #007998 !URxvt.borderLess:True !URxvt.reverseVideo:True diff --git a/.vimrc b/.vimrc index a03ade6..634d831 100644 --- a/.vimrc +++ b/.vimrc @@ -241,8 +241,8 @@ endif map :set nolist listchars " Show lines longer than 80 characters -"au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1) -"au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1) +au BufWinEnter * let w:m1=matchadd('Search', '\%<81v.\%>77v', -1) +au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1) set fillchars=fold:-