From 278dc58f3e2691569d97d39d8b89e84124fd2829 Mon Sep 17 00:00:00 2001 From: Tom Swartz Date: Tue, 13 May 2014 15:37:20 -0400 Subject: [PATCH] Fix font antialiasing settings Or, at least try to. Tested-on: zaphod <13 May 2014> --- .Xresources | 6 ++++++ .vim/puppet-syntax-vim | 1 + 2 files changed, 7 insertions(+) create mode 160000 .vim/puppet-syntax-vim diff --git a/.Xresources b/.Xresources index ac6ec1f..3f0a9b9 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,10 @@ Xcursor.size: 16 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb ! URxvt*geometry: geometry ! URxvt*chdir: string URxvt*reverseVideo: false diff --git a/.vim/puppet-syntax-vim b/.vim/puppet-syntax-vim new file mode 160000 index 0000000..f36cf69 --- /dev/null +++ b/.vim/puppet-syntax-vim @@ -0,0 +1 @@ +Subproject commit f36cf6936bf8667d6b86f84e1b81673e80e1f704