summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorMike Crute <crutem@amazon.com>2018-07-12 14:26:45 -0700
committerMike Crute <crutem@amazon.com>2018-07-12 14:26:45 -0700
commit6c155d70a71c341e4446c840ca6a28fc67c64ff1 (patch)
tree0046e1b04976df1276586610cdefcd8f308e426f /.Xresources
parent0b4b115cc9e651a1ee55d4cfe873b84fd42481b9 (diff)
downloaddotfiles-6c155d70a71c341e4446c840ca6a28fc67c64ff1.tar.bz2
dotfiles-6c155d70a71c341e4446c840ca6a28fc67c64ff1.tar.xz
dotfiles-6c155d70a71c341e4446c840ca6a28fc67c64ff1.zip
Cleanup xresources
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources32
1 files changed, 14 insertions, 18 deletions
diff --git a/.Xresources b/.Xresources
index 333b4b8..855bf3f 100644
--- a/.Xresources
+++ b/.Xresources
@@ -11,14 +11,21 @@ XTerm*borderWidth: 0
11XTerm*color4: #456ADA 11XTerm*color4: #456ADA
12XTerm*color12: #456ADA 12XTerm*color12: #456ADA
13 13
14UXTerm*metaSendsEscape: True 14!
15UXTerm*background: black 15! HiDPI Screen Settings
16UXTerm*foreground: white 16!
17UXTerm*scrollBar: false 17Xft.dpi: 100
18UXTerm*borderWidth: 0 18Xft.autohint: 0
19UXTerm*color4: #456ADA 19Xft.lcdfilter: lcddefault
20UXTerm*color12: #456ADA 20Xft.hintstyle: hintfull
21Xft.hinting: 1
22Xft.antialias: 1
23Xft.rgba: rgb
21 24
25!
26! st requires this patch to honor these settings:
27! https://st.suckless.org/patches/xresources/
28!
22St.font: Inconsolata:size=12:antialias=true:autohint=true 29St.font: Inconsolata:size=12:antialias=true:autohint=true
23 30
24! 31!
@@ -65,14 +72,3 @@ St.cursorColor: #005f87
65! St.color15: white 72! St.color15: white
66! St.background: #cccccc 73! St.background: #cccccc
67! St.foreground: #555555 74! St.foreground: #555555
68
69!
70! HiDPI Screen Settings
71!
72Xft.dpi: 100
73Xft.autohint: 0
74Xft.lcdfilter: lcddefault
75Xft.hintstyle: hintfull
76Xft.hinting: 1
77Xft.antialias: 1
78Xft.rgba: rgb