diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-04-05 09:34:14 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-04-05 09:34:14 -0700 |
commit | 9f83e852da78dd71adb898564d9a1517e7b7c2f7 (patch) | |
tree | b0d4fcdc4555d990cd226e18d5a72dba59fa58eb /base | |
parent | 64b7254a3386e91b8fbb22c3ff0c2702bfc8b062 (diff) |
Font changes.
Diffstat (limited to 'base')
-rw-r--r-- | base/Xresources | 10 | ||||
-rw-r--r-- | 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 } |