diff options
-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 } |