.Xdefaults

Thu, 09 Feb 2017 00:50:08 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Feb 2017 00:50:08 -0500
changeset 501
542f7efa51d0
parent 380
d04b95905553
child 502
ef051cb1651e
permissions
-rw-r--r--

push preferred fontconfig everywhere


Xft.antialias: 1
Xft.autohint:  0
Xft.hinting:   1
Xft.hintstyle: hintslight
Xft.lcdfilter: lcdlight
Xft.rgba:      rgb

Rxvt.foreground: #DFDFDF
Rxvt.background: #070707
Rxvt.font: xft:monospace-10
URxvt.letterSpace: -1

URxvt.scrollstyle: plain
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: true

URxvt.visualBell: true
URxvt.urgentOnBell: true

URxvt.saveLines: 1000

! keep LCtrl+LShift+[0-9a-f] unicode insertion
URxvt.iso14755: true
! disable LCtrl+LShift+keycap symbolic unicode (use Compose key instead)
URxvt.iso14755_52: false

XTerm*termName: xterm-256color
XTerm*locale: true
XTerm*metaSendsEscape: true

XTerm*foreground: #DFDFDF
XTerm*background: #070707
XTerm*faceName: monospace:size=10
XTerm*saveLines: 1000
XTerm*VT100.geometry: 120x40

#ifdef USE_LOCAL
#include ".Xdefaults.local"
#endif

mercurial