diff options
Diffstat (limited to 'x/.Xresources')
-rwxr-xr-x | x/.Xresources | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x/.Xresources b/x/.Xresources index 644860b..96e845e 100755 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -58,8 +58,9 @@ URxvt.font-size.step: 1 | |||
58 | URxvt.url-launcher : chromium | 58 | URxvt.url-launcher : chromium |
59 | URxvt.matcher.button : 1 | 59 | URxvt.matcher.button : 1 |
60 | 60 | ||
61 | Xft.autohint: true | 61 | Xft.antialias: 1 |
62 | Xft.antialias: true | 62 | Xft.hinting: 1 |
63 | Xft.lcdfilter: lcddefault | 63 | Xft.autohint: 0 |
64 | Xft.rgba: rgb | 64 | Xft.hintstyle: hintslight |
65 | Xft.dpi: 96 | 65 | Xft.rgba: rgb |
66 | Xft.lcdfilter: lcddefault | ||