diff options
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 |