diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-18 21:15:43 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-18 21:15:43 +0200 |
commit | f405c5427393c628ab790c841b1d2b1fb798ff1b (patch) | |
tree | ee1b28853bfd2572ae9fe5e10407dbaa25df9c11 /.Xresources | |
parent | f394b2f7285a1972bb65b8b470a7209d0b6dd27c (diff) |
Merged with desktop config
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index 913bfaa..aeec884 100644 --- a/.Xresources +++ b/.Xresources @@ -1,3 +1,11 @@ +Xft.dpi: 150 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb + xterm*termName: xterm-256color XTerm*locale: true XTerm*metaSendsEscape: true @@ -6,7 +14,11 @@ XTerm*saveLines: 4096 XTerm*foreground: #D3D7CF XTerm*background: #2E3436 -XTerm*faceName: DejaVu Sans Mono: size=10 +XTerm*faceName: DejaVu Sans Mono +XTerm*faceSize: 10 + +XTerm*bellIsUrgent: true + ! Tango palette ! Black *color0: #2E3436 |