From 9f83e852da78dd71adb898564d9a1517e7b7c2f7 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 5 Apr 2013 09:34:14 -0700 Subject: Font changes. --- base/Xresources | 10 +++++++++- base/config/i3/config.d/00_base_config | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/base/Xresources b/base/Xresources index 030d921..edbd853 100644 --- a/base/Xresources +++ b/base/Xresources @@ -1,9 +1,17 @@ +utohint: 0 +Xft.antialias: 1 +Xft.hinting: true +Xft.hintstyle: hintslight +Xft.dpi: 96 +Xft.rgba: rgb +Xft.lcdfilter: lcddefault + *color12: #5895cf Rxvt.background: #1a1a1a Rxvt.foreground: white Rxvt.scrollBar: false -Rxvt.font: xft:UbuntuMono:size=12:autohint=true +Rxvt.font: xft:Monospace:size=10:autohint=true Rxvt.letterSpace: 0 URxvt*urgentOnBell: true diff --git a/base/config/i3/config.d/00_base_config b/base/config/i3/config.d/00_base_config index b17d5aa..5790787 100644 --- a/base/config/i3/config.d/00_base_config +++ b/base/config/i3/config.d/00_base_config @@ -120,7 +120,7 @@ bar { status_command conky-i3bar position top tray_output primary - font xft:UbuntuMono 10 + font xft:Monospace 8 } -- cgit v1.2.3