diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-04-04 18:41:04 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-04-04 18:41:04 +0000 |
commit | 7deccfd153014e1ab27d5b658b8f144718c74d23 (patch) | |
tree | 15b74ad44bb6154b074c97081ace4e9bb5916eae /x | |
parent | 2813a43bda44a4ade58a6b95f4d16935a96b0f66 (diff) |
xft
Diffstat (limited to 'x')
-rw-r--r-- | x/.Xresources | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x/.Xresources b/x/.Xresources index ae32493..19989f4 100644 --- a/x/.Xresources +++ b/x/.Xresources | |||
@@ -34,6 +34,12 @@ URxvt*fading: 0 | |||
34 | URxvt*tintColor: #ffffff | 34 | URxvt*tintColor: #ffffff |
35 | URxvt*shading: 0 | 35 | URxvt*shading: 0 |
36 | URxvt*inheritPixmap: False | 36 | URxvt*inheritPixmap: False |
37 | Xft.autohint: 0 | ||
38 | Xft.lcdfilter: lcddefault | ||
39 | Xft.hintstyle: hintfull | ||
40 | Xft.hinting: 1 | ||
41 | Xft.antialias: 1 | ||
42 | Xft.rgba: rgb | ||
37 | 43 | ||
38 | ! special | 44 | ! special |
39 | *.foreground: #c6c8d1 | 45 | *.foreground: #c6c8d1 |