diff options
author | Guangxiong Lin <[email protected]> | 2022-02-04 22:43:15 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-04 22:43:15 +0800 |
commit | 5a6810e7c163354b61e3582f3aa33d132e694654 (patch) | |
tree | aadc4a1b57a682b5aa7bec6e37cafa65bf3bff9b /.Xresources | |
parent | cf443fe7f98b770a4dad2eff80b28964bd598005 (diff) | |
download | dotfiles-5a6810e7c163354b61e3582f3aa33d132e694654.tar.gz dotfiles-5a6810e7c163354b61e3582f3aa33d132e694654.tar.bz2 dotfiles-5a6810e7c163354b61e3582f3aa33d132e694654.zip |
Add Xresources config
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..b7cdec9 --- /dev/null +++ b/.Xresources @@ -0,0 +1,10 @@ +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight +Xft.autohint: false +Xft.lcdfilter: lcddefault + +#include ".Xresources.d/rxvt-unicode" +#include ".Xresources.d/xterm" |