From b456da1a6ffde99c64d9f944169674eba235fe61 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 22 Nov 2018 21:08:09 +1300 Subject: Remove font settings I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish. --- X/Xresources.d/URxvt | 1 - X/Xresources.d/Xft | 6 ------ X/Xresources.d/xterm | 1 - 3 files changed, 8 deletions(-) delete mode 100644 X/Xresources.d/Xft (limited to 'X') diff --git a/X/Xresources.d/URxvt b/X/Xresources.d/URxvt index a8061f64..648ff95e 100644 --- a/X/Xresources.d/URxvt +++ b/X/Xresources.d/URxvt @@ -3,7 +3,6 @@ URxvt.buffered : false URxvt.cursorBlink : on URxvt.cutchars : <>│ URxvt.depth : 32 -URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada URxvt.internalBorder : 0 URxvt.iso14755 : false URxvt.iso14755_52 : false diff --git a/X/Xresources.d/Xft b/X/Xresources.d/Xft deleted file mode 100644 index dd28d4ee..00000000 --- a/X/Xresources.d/Xft +++ /dev/null @@ -1,6 +0,0 @@ -! Fonts -Xft.antialias : 1 -Xft.dpi : 96 -Xft.hinting : -1 -Xft.hintstyle : hintnone -Xft.rgba : none diff --git a/X/Xresources.d/xterm b/X/Xresources.d/xterm index ffa29689..336981f8 100644 --- a/X/Xresources.d/xterm +++ b/X/Xresources.d/xterm @@ -3,7 +3,6 @@ xterm*bellIsUrgent : true xterm*internalBorder : 0 xterm*colorMode : false xterm*eightBitInput : false -xterm*faceName : Ubuntu Mono:size=12 xterm*locale : true xterm*metaSendsEscape : true xterm*termName : xterm-mono -- cgit v1.2.3