diff --git a/.Xdefaults b/.Xdefaults index 5c043a1..718b96b 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -4,8 +4,11 @@ URxvt*foreground: #dddddd URxvt*transparent: true URxvt*shading: 15 URxvt*cursorColor: green -URxvt*perl-ext-common: default +!URxvt*perl-ext-common: default +URxvt.perl-ext-common: default,matcher +URxvt*urlLauncher: urxvt-to-uzbl.sh +URxvt.colorUL: #cc0000 !URxvt.borderLess:True !URxvt.reverseVideo:True diff --git a/.vimrc b/.vimrc index 68052d9..0b1ed41 100644 --- a/.vimrc +++ b/.vimrc @@ -227,8 +227,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:-